jupyter
Here are 3,509 public repositories matching this topic...
-
Updated
Mar 12, 2022 - Jupyter Notebook
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
- `examples/mode
Python 3.10 added suggestions for AttributeError and NameError in the error messages. It seems the suggestions are not stored in the exception object but calculated when Error is displayed. There is a note that that this won't work with IPython but it will be good to see if it's feasible. Opening an issue for discussion.
https://bugs.python.org/issue38530
https://docs.python.org/3/whatsnew/3.
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
Feb 3, 2022 - 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
Mar 16, 2022 - 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.
May be breaking changes and improved setup - see https://fusejs.io/ along with its release notes since v3.2
May affect files including assets.toml
and wowchemy-search
.
Thanks to @rodrigoalcarazdelaosa for tracking the (optional) dependencies at wowchemy/wowchemy-hugo-themes#1860
-
Updated
Mar 10, 2022 - Python
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
-
Updated
Mar 5, 2022 - 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
Mar 21, 2022 - Python
-
Updated
Mar 3, 2022 - TypeScript
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
Mar 13, 2022 - Go
Version: 1.2.2
Summary of issue
Including a @dataclass
decorated class breaks getsource
in show_doc
Minimal example
- Clone
nbdev_tutorial
- Add new cell in
00_core.ipynb
#export
from dataclasses import dataclass
@dataclass
class Foo:
a: int
b: str
c: float
- Run
nbdev_build_lib
- Run
nbdev_build_docs
nbdev_build_docs
At the moment, it's possible to do
toc: true
to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g. to have that TOC float on one side of the page.
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."
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS