-
Notifications
You must be signed in to change notification settings - Fork 377
Updates To Contribution Documentation #649
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -37,6 +37,19 @@ from any directory in your system with:: | |||||||
|
|
||||||||
| jupyter server | ||||||||
|
|
||||||||
| For connecting the frontend app with the server, you need to run the following command:: | ||||||||
|
|
||||||||
| pip install nbclassic | ||||||||
|
|
||||||||
| Once it is completed, you can connect the server with the frontend app with the following command:: | ||||||||
|
|
||||||||
| jupyter nbclassic --ServerApp.log_level="CRITICAL" | ||||||||
|
|
||||||||
| The following log levels are supported: | ||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am using a vs code extension viewing .rst files. Is there any specific extension, I could use or something else that lets me preview the changes. I didn't notice any formatting errors with the extension I am using. Thank you! |
||||||||
|
|
||||||||
| 1. CRITICAL | ||||||||
| 2. INFO | ||||||||
| 3. DEBUG | ||||||||
|
|
||||||||
| Code Styling | ||||||||
| ----------------------------- | ||||||||
|
|
||||||||
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.
I think an extra line is needed here so it renders as a list instead of on the same line
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.
Thanks! I have added an extra line. Let me know if there is anything else.