-
Updated
Jul 8, 2020 - Jupyter Notebook
jupyter
Here are 2,377 public repositories matching this topic...
Documentation section of developer docs: https://docs.bokeh.org/en/latest/docs/dev_guide/documentation.html
- Rearrange build the documentation section -- Move information about environment variables before docs build command.
While following the steps top-down, setting GOOGLE_API_KEY step can be miss
Currently you have to click on the devtools icon and then toggle errors button.
-
Updated
Jan 10, 2020 - HTML
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
May 15, 2020 - CSS
-
Updated
Sep 20, 2020 - Jupyter Notebook
-
Updated
Aug 29, 2020 - Python
could you add one of the spellchecker plugins?
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
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
Sep 16, 2020 - TypeScript
-
Updated
Jul 22, 2020 - Go
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Sep 7, 2020
The example book created by jupyter-book create
creates files with permissions 775. None of these files are really executable, and therefore the correct permissions should be 664 (or probably 644)
To Reproduce
jupyter-book create test; ls -al test
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Sep 16, 2020 - Jupyter Notebook
-
Updated
Sep 9, 2020 - Python
-
Updated
Aug 29, 2020 - Python
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."
There are many places where we could make use of Pathlib.
Look for any places that uses
with open(...)
and ask yourself:Path()
,Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.