jupyter
Here are 3,212 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
Steps to reproduce
- Create a
test1.pyfile with the contentsimport sys; print(1, sys.argv)in the current directory - Create a
test2.pyfile with the contentsprint(2)in the current directory
Expected result
As per the IPython reference:
Both files are executed in sequence, the
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
Problem
Navigating larger documents can be difficult. Table of contents nicely shows the current heading, but it does not automatically scroll it into the view.
Tagging this as a good first issue, but it is likely a good first issue for someone who already worked with React rather than for a complete novice.

- 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 12, 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 12, 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 12, 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 4, 2021 - TypeScript
-
Updated
Jun 24, 2021 - Go
-
Updated
Sep 27, 2021 - Jupyter Notebook
-
Updated
Sep 28, 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
MultiChoicewidget are implemented consistently on both sides, Python and JS.