quickstart-python icon indicating copy to clipboard operation
quickstart-python copied to clipboard

correct commands to launch subsequent notebook

Open shanjon opened this issue 2 years ago • 1 comments

the final cell in quickstart.ipynb, create-models.ipynb and model-types.ipynb is intended to launch the subsequent notebook in the series, but the following changes need to be made for it to work:

  • notebook is imported from app.py, not notebookapp.py -- notebookapp.py doesn't appear to exist
  • list_running_servers method is defined in serverapp.py, not app.py -- method does not exist in app.py

shanjon avatar Oct 25 '23 00:10 shanjon

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 25 '23 00:10 CLAassistant