jupyter
Here are 2,824 public repositories matching this topic...
-
Updated
Apr 1, 2021 - Jupyter Notebook
%cpaste? claims "IPython statements (magics, shell escapes) are not supported (yet)." But at least magics apparently are!
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
-
Updated
Feb 9, 2021 - HTML
Description
When creating a new file from the context menu, we should allow the user to directly rename the file. It works like that for folders, but not for files.
Reproduce
Expected behavior
The user should be prompt to rename the file directly after the cr
/kind feature
This is a sub-issue from #5494.
We need to remove any f"strings" from the backend of the Jupyter web app in order to be able to use lower versions from Python 3.6 to run it.
/good-first-issue
-
Updated
Oct 31, 2019
-
Updated
Apr 26, 2021 - CSS
-
Updated
Apr 29, 2021 - Jupyter Notebook
-
Updated
Mar 3, 2021 - Python
Hello,
Make image tags consistent
The images will be tagged as described below
base-notebook:SHA: Commit short SHApython-$VER: Python versionnotebook-$VER: Jupyter Notebook versionlab-$VER: JupyterLab versionhub-$VER: JupyterHub version
minimal-notebook:- all upstream tags
scipy-notebook:- all upstream tags
- `r-no
-
Updated
May 2, 2021 - TypeScript
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
Bug Report
Steps to Reproduce:
- Install perspective-cli `npm install -g @finos/perspective-cli
- Create any csv file and run
perspective host my-csv.csvSample file:
name,value
a,2
b,2
c,4
Expected Result:
I expect it to host a server allowing me to see the data
Actual Result:
It shows this error:
Listening on port 8080
TypeError: inp
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
Apr 27, 2021 - TypeScript
-
Updated
Apr 13, 2021 - Go
-
Updated
Apr 21, 2021 - Jupyter Notebook
-
Updated
Apr 30, 2021 - Jupyter Notebook
Hi,
(Apologies for being a bit verbose.)
Is it possible to have section headers in the sidebar that are links to section anchors? Thus, section headers that point to e.g. "/mybook/chapter_002#a-particular-section. (Each # header in .md becomes an anchor.)
I tried a workaround by using simply external: true, but this fails because _prepare_toc() errors out on the hashtag. Besid
-
Updated
Apr 29, 2021
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."




This is #6580 but with a proper reproduction.
I would like to open a URL when the user clicks a point in a scatterplot. TapTool(behavior='inspect', callback=OpenURL()) seems perfect for this behavior. Using the following code, I would expect to obtain a plot that opens a URL when a point is clicked. However, the plot does nothing when a point is clicked.