watsonx.ai

watsonx.ai

A one-stop, integrated, end- to-end AI development studio

 View Only
  • 1.  Love Watson Studio.. Can We ....

    Posted 03/11/20 07:53 AM

    I have been using notebooks with Python behind them.. 

    The one thing I am missing and perhaps because I am new... How can I get something like code complete..

    Using VS Code or Atom as my IDE I get code complete.. Is this something that can be brought in  



    ------------------------------
    Rich Eaton
    ------------------------------

    #WatsonStudio


  • 2.  RE: Love Watson Studio.. Can We ....

    Posted 03/20/20 11:13 AM
    Rich,

    In Watson Studio Jupyter notebooks, there is some code completion/suggestion capability using the tab key. For example, typing the name of the data frame variable followed by dot (`dfRaw.` here) and then hitting tab lists the available methods:
    using the Shift-Tab key combination opens the contextual help, for example here after selecting `dfRaw.agg`,


    ------------------------------
    Philippe Gregoire
    IBM
    ------------------------------