forked from voila-dashboards/voila
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge master #1
Closed
davidbrochart
wants to merge
38
commits into
maartenbreddels:refactor_extension_app
from
davidbrochart:extapp
Closed
Merge master #1
davidbrochart
wants to merge
38
commits into
maartenbreddels:refactor_extension_app
from
davidbrochart:extapp
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: more robust cell_type check for stripping warnings and errors
The property used as a fallback for the title of the template is not initialized by Voila. Following nbconvert, in which this property is set to the filename of the notebook [1], this commit now does the same. Related to: voila-dashboards/voila-vuetify#25 [1] https://github.com/jupyter/nbconvert/blob/6c6e5fa0c757169017fd325fad98efa8d4a368ea/nbconvert/exporters/exporter.py#L172
Add docs for running voila on a private server
setup.py: Add url to metadata
Add documentation for the enable_nbextensions flag
…plate-cookiecutter-docs Adds documentation about the template cookiecutter to CONTRIBUTING
…gets-HTMLMath Fix ipywidgets.HTMLMath output
Dispose kernel on beforeunload event
Spinner update improvements
Add documentation for culling kernels
…late_title fix: the default title in the template is always Notebook
…est_throttle fix: throttle the rate AND number of request_state msg'es from the frontend
Since nbconvert wait for 1 second at the shell channel, the iopub messages pile up, triggering the high water mark of 0mq, causing iopub messages to be lost. This results in no output of the cell.
…g high water mark
…-forwardport Throttling forwardport
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.