Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Contributor

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

Copy link
Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The following log levels are supported:
The following log levels are supported:

Copy link
Author

Choose a reason for hiding this comment

The 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
-----------------------------
Expand Down