-
Updated
Oct 19, 2021 - Jupyter Notebook
Jupyter Notebook

The Jupyter Notebook is a language-agnostic HTML notebook application for Project Jupyter. Jupyter notebooks are documents that allow for creating and sharing live code, equations, visualizations, and narrative text together. People use them for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
Here are 13,973 public repositories matching this topic...
-
Updated
Oct 24, 2021 - Jupyter Notebook
-
Updated
Sep 14, 2021 - Jupyter Notebook
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Aug 11, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2021 - Python
-
Updated
Oct 23, 2021
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'
. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2021 - CSS
Now that #3490 has been merged, we should add more prometheus metrics to the notebook server!
Some ideas for metrics to add...
- Number of kernels running (labeled by type)
- Number of sessions open (not sure if this is useful?)
- Number of terminals open
- Mirror of the activity tracking metrics
- Kernel start / stop latency metric
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Oct 20, 2021 - Jupyter Notebook
The notebook has its own internal idle-culling mechanisms, including shutting down idle kernels, shutting down itself when there's been no activity, and making decisions based on whether there are open connections or not. This is a lot more sophisticated, and offers much more granularity than the network-activity-based activity we have now.
For reference, we enable this config [on mybinder.org]
Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date.
It would be nice if someone checked them, updated packages versions used there and verified that they still work.
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Oct 20, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2021 - TypeScript
-
Updated
Oct 26, 2021 - Jupyter Notebook
-
Updated
Oct 14, 2021 - Python
-
Updated
Jul 2, 2021 - Jupyter Notebook
-
Updated
Oct 1, 2021 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Feb 26, 2021 - Jupyter Notebook
codebasics / py
-
Updated
Oct 22, 2021 - Jupyter Notebook
-
Updated
Aug 31, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2021 - Jupyter Notebook
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
Created by Jupyter Developers
Released December 2011
Latest release 6 days ago
- Repository
- jupyter/notebook
- Website
- jupyter.org
I opened jupyter notebook and openend the HTML.ipynb
I clicked on Cells>Run all
I waited for a while and then I got this result:
https://ibb.co/gRg3Z0n
If this can help I also got this message.
https://ibb.co/ZcbtH1N
How can I fix this so that I can generate the HTML code?
Thanks in advance