-
Updated
Oct 1, 2020 - Jupyter Notebook
jupyter
Here are 2,530 public repositories matching this topic...
Hello,
I am plotting a rectangular grid where the axis labels are factors. If there are duplicated factors along any axis, as expected, an error should be raised. When I run my code I see:
ERROR:bokeh.core.validation.check:E-1019 (DUPLICATE_FACTORS): FactorRange must specify a unique list of categorical factors for an axis: duplicate factors found: 'a'
If I set BOKEH_STRICT=1
I
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
Oct 3, 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
Nov 19, 2020 - CSS
-
Updated
Nov 30, 2020 - Jupyter Notebook
-
Updated
Aug 29, 2020 - Python
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
- #885
- #1003
- #1187
Container launching issue
In recent issues (#1035, #1057) the same prob
-
Updated
Dec 1, 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
Nov 29, 2020 - TypeScript
-
Updated
Oct 28, 2020 - Go
-
Updated
Nov 27, 2020 - Jupyter Notebook
-
Updated
Nov 28, 2020
-
Updated
Nov 30, 2020 - TypeScript
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
Dec 1, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 25, 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."
Travis is not going to automatically offer the free tier for all open source projects; We likely want o migrate away from travis.
Setting up github actions to replace travis would be a welcomed contribution.