Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For scientists wanting to jump right into using C3 AI Suite through Python or R, the integrated Jupyter notebook integrated into C3 is a great option. Once you get a vanity url/your C3 AI environment tenant/tag (and Vanity Url), you can easily access the integrated jupyter notebook Jupyter Notebook by navigating to `<vanity`<vanity_url>/jupyter`jupyter`.

When you access the jupyter Jupyter path, C3 AI will spin up a new container containing a jupyter Jupyter instance. The first time you do this, it will take a few minutes for this provisioning to be completed behind the scenes. Once completed, you'll arrive at a jupyter Jupyter directory!

Here is some additional guidance for setting up the Python Runtime Action: DTI Guide to Python Action Runtimes in the C3 AI Suite.


There are a couple of options to interact with the jupyter Jupyter notebooks:

  • Create a new notebook: Select 'New' in the upper right and create a new notebook. For now you can only create a new Python3 notebook.
  • Open an existing tutorial notebook: Navigate to the 'tutorials' directory , in which many C3 DataScienceAI Data Science-centric tutorials are available.
  • Upload an existing notebook: Press the 'Upload' button and select either a notebook of your own or one mentioned on the DTI training pages. (Be aware that the `c3` object will already be available in this case so you will have to comment out cells which establish this object.)

Creating new notebooks and review a tutorial

This notebook comes already connected to the C3 package currently provisioned on your tenant/tag and so, for example, if you have the Covid-19 Datalake Data Lake provisioned , you'll be able to do the following with no preparation:

Simply navigate to the `tutorials` directory , and select the tutorial you want to use. These tutorial notebooks should work out of the box. The C3.ai DTI highly recommends going through the `TutorialIntroJupyterNotebook.ipynb` notebook. This notebook provides a great foundation for working with C3 AI Suite through JuptyerJupyter.

Upload a new notebook

Finally, you can upload a new notebook from your local device by using the 'Upload' button.