-
Updated
May 13, 2021 - Python
notebook
Here are 1,737 public repositories matching this topic...
/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
May 13, 2021 - Python
-
Updated
Jul 11, 2020 - Shell
Hello,
The objective is to write a troubleshooting page for know issues.
Cases identified
Here is the list of identified known issues.
Permission denied when mounting local folders
This is a recurring issue, there is a PR (#1078) in progress to update the documentation
- #542
- #885
- #1003
- #1187
Container launching issue
In recent issues (#1035, #1057) the s
-
Updated
May 13, 2021 - TypeScript
Plotting UI revamp
The plotting UI leaves a lot to be desired:
- When you bring up the plotting UI, it's not obvious that you have to do some work to make a plot happen. If you don't, there's no error message, just a never-ending wait. (see https://gitter.im/polynote/polynote?at=5e0e36f9eac8d1511e9ed2ff )
- Why do we make you drag things onto axes? Especially when there is only one axis it could go onto (at leas
-
Updated
May 13, 2021 - Shell
-
Updated
Mar 31, 2021 - JavaScript
It would be super cool to paste code such as
julia> using Plots
julia> plot(sqrt, 0, 1)directly into a Pluto notebook
Cells could be detected and split by looking for julia> .
It might be related to #964.
-
Updated
Apr 16, 2021 - Python
-
Updated
May 11, 2021 - Jupyter Notebook
-
Updated
May 10, 2021 - Java
-
Updated
May 11, 2021 - Go
-
Updated
Jun 5, 2020 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
May 5, 2021 - Shell
-
Updated
Jan 29, 2020
-
Updated
Apr 7, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the notebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."


Steps to reproduce
%pastebin 1Expected result
An HTTPS link to the paste result is returned
Actual result
An HTTP link to the paste result is returned
System info
Manjaro Linux, Python 3.9.4, IPython 7.22.0 (reproduces on IPython 8.0.0.dev)