jupyter
Here are 3,232 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
When using Python you can click on the File line in vscode terminal to go to statement
Traceback (most recent call last):
File "/Users/gert/Desktop/py/./tutorial.py", line 4, in <module>
When using IPython the line number is displayed in such a way you can't parse it
ValueError Traceback (most recent call last)
~/Desktop/py/tutorial.py in <modu
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
Description
I tried to install a custom extension with following command:
jupyter labextension install .
with JupyterLab 3.2.0, Nodejs v14.17.6, Windows 10
and JupyterLab fails to build. The referenced log file includes the hint
@jupyterlab/[email protected] build
cat package.json && npm run clean && webpack
**Der Befehl "cat" ist entweder falsch geschrieben oder
k
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
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
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
Jun 23, 2021 - Python
Publications in Wowchemy currently use Article JSON-LD rather than the more specific ScholarlyArticle structured data as ScholarlyArticle is not eligible for rich Google search results whereas Article is.
Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting
https://developers.google.com/search/docs/data-types/article
However, use
-
Updated
Oct 25, 2021 - TypeScript
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
Bad links in docs
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
codebasics / py
-
Updated
Oct 22, 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?
-
Updated
Oct 21, 2021 - TypeScript
-
Updated
Jun 24, 2021 - Go
-
Updated
Oct 26, 2021 - Jupyter Notebook
-
Updated
Oct 15, 2021 - Python
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."
Related to #11605:
At the moment there is no proper test to make sure that new options added to
MultiChoice
widget are implemented consistently on both sides, Python and JS.