jupyter
Here are 3,333 public repositories matching this topic...
-
Updated
Jun 18, 2021 - Jupyter Notebook
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
For regular lists:
In [11]: list(range(50))
Out[11]:
[0,
1,
2,
3,
4,
...
46,
47,
48,
49]
However:
In [13]: collections.UserList(range(50))
Out[13]: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]
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:
If this can help I also got this message.
How can I fix this so that I can generate the HTML code?
Thanks in advance
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
-
Updated
Oct 31, 2019
-
Updated
Dec 4, 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
Dec 29, 2021 - Jupyter Notebook
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
Dec 28, 2021 - Python
I have these categories listed in the YAML of one of my posts:
categories: ["social class", "unethical behavior", "driving", "attention", "Bayesian models", "hierarchical models"]
These get rendered as a comma-separate string on the Recent Posts widget in my blog:
When the screen size is too small (e.g., on mobile), the categories string spills out of the
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
-
Updated
Dec 12, 2021 - Jupyter Notebook
Bad links in docs
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
There is already a notebook:open-with-voila
command to open the voila dashboard in a new browser tab. It's in the palette and the view menu, but it would be great to have it in the preview toolbar too:
We could for example use the jp-LauncherIcon
:
![image](https://user-images.g
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Dec 17, 2021 - Python
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?
-
Updated
Jun 24, 2021 - Go
-
Updated
Dec 8, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the jupyter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jupyter topic, visit your repo's landing page and select "manage topics."
As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.
For the purpose of this issue, 'standalone examples' are all .py files in these folders in this repository:
examples/plotting/file