-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating documentation for nbclassic #134
Conversation
|
||
NbClassic in the Jupyter Ecosystem | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe refer to jupyter/notebook-team-compass#5 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay awesome! Thank you for the link, I will add it to the documentation too!
update project naming Co-authored-by: Eric Charles <[email protected]>
Co-authored-by: Zachary Sailer <[email protected]>
@RRosio Please confirm when you'd like me to review this PR. As discussed, you could add a page/section which highlights things people migrating form notebook to nbclassic should know or care about; For example, #140 depends Jupyter-contrib/jupyter_nbextensions_configurator#141. Once Jupyter-contrib/jupyter_nbextensions_configurator#141 will be merged and released, users will need to run the following command to activate the extension pip install jupyter_nbextensions_configurator
jupyter nbextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter nbextension enable --sys-prefix --py jupyter_nbextensions_configurator
jupyter serverextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
jupyter serverextension enable --sys-prefix --py jupyter_nbextensions_configurator |
…nal links to notebook section
…reference indentation
I did some reordering of sections here for readability and added a section for known issues. The Test Downstream job is failing but I opened another PR with a minimal change and it was still failing which leads me to think that the fail is not related to the changes in the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thx @RRosio
Update readthedocs documentation WIP.
Work TBD:
Delete that documentation which is not applicable to nbclassic(?)