quickstart-python
quickstart-python copied to clipboard
correct commands to launch subsequent notebook
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:
-
notebookis imported fromapp.py, notnotebookapp.py--notebookapp.pydoesn't appear to exist -
list_running_serversmethod is defined inserverapp.py, notapp.py-- method does not exist inapp.py