jupyter
Here are 3,029 public repositories matching this topic...
-
Updated
Jun 18, 2021 - Jupyter Notebook
The docs for IPython.core.interactiveshell.InteractiveShell.set_custom_exc
have horribly mangled a warning message into a list of arguments. I can't work out at a glance why this is happening; it might be a sphinx.ext.napoleon
bug, or a sphi
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
May 26, 2021 - HTML
Problem
- There is no documentation for Table of Contents
- Multiple new ToC options and conditional behaviour was (/is going to be) introduced recently,
- including already merged:
- #9994,
- #10167
- and upcoming:
- #10545,
- #10537 (esp.
jp-toc-ignore
class)
- including already merged:
Proposed Solution
Add a brief overview of ToC into the User Gu
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
Jul 14, 2021 - CSS
-
Updated
Jul 19, 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
Jul 24, 2021 - TypeScript
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
In strptime
as compiled for Emscripten, when given the US locale string format ("%m/%d/%Y, %I:%M:%S %p"), it incorrectly parses "12:00:00 AM" as "12:00:00 PM". In order to fix this, we will need a custom-written string parser similar to the CustomISO8601Parser
from arrow_csv.cpp. This parser uses the
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
Jul 21, 2021 - TypeScript
-
Updated
Jun 24, 2021 - Go
-
Updated
Jul 23, 2021 - Jupyter Notebook
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.
-
Updated
Jul 20, 2021 - Python
codebasics / py
-
Updated
Jul 14, 2021 - Jupyter Notebook
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."
ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
Win10
Bokeh version: current branch-2.4
Python version 3.8.8
Description of expected behavior and the observed behavior
Running
pytest tests/codebase
on a clean and freshly resetbranch-2.4
branch should not fail. However, bothtest_js_license_set.py
andtest_license.py
fail wit