jupyter
Here are 3,250 public repositories matching this topic...
-
Updated
Jun 18, 2021 - Jupyter Notebook
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
in #13206 there is a test that seem to always be skipped. Once merged we could delete it.
Originally posted by @Carreau in ipython/ipython#13206 (comment)
I opened jupyter notebook and openend the HTML.ipynb
I clicked on Cells>Run all
I waited for a while and then I got this result:
If this can help I also got this message.
How can I fix this so that I can generate the HTML code?
Thanks in advance
Description
This is the markdown reference with the JupyterLab Light theme:
<img width="1792" alt="Screen Shot 2021
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.
List of Data Science Cheatsheets to rule the world
-
Updated
Oct 31, 2019
Custom Jupyter Notebook Themes
-
Updated
Aug 23, 2021 - CSS
Now that #3490 has been merged, we should add more prometheus metrics to the notebook server!
Some ideas for metrics to add...
- Number of kernels running (labeled by type)
- Number of sessions open (not sure if this is useful?)
- Number of terminals open
- Mirror of the activity tracking metrics
- Kernel start / stop latency metric
Create HTML profiling reports from pandas DataFrame objects
-
Updated
Nov 1, 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.
Set up deep learning environment in a single command line.
-
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
Nov 3, 2021 - TypeScript
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
-
Updated
May 30, 2020
how to use gui in the AidLearning?how to custom the gui?
Bad links in docs
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
codebasics / py
Repository to store sample python programs for python learning
-
Updated
Nov 3, 2021 - Jupyter Notebook
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?
Plotting library for IPython/Jupyter notebooks
-
Updated
Oct 26, 2021 - TypeScript
The Go kernel for Jupyter notebooks and nteract.
-
Updated
Jun 24, 2021 - Go
Create delightful python projects using Jupyter Notebooks
-
Updated
Oct 29, 2021 - Jupyter Notebook
Automatically visualize your pandas dataframe via a single print!
-
Updated
Nov 3, 2021 - Python
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.
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."




As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.
For the purpose of this issue, 'examples' are all .py files in the subfolders of the
examplesfolder in this repository.Prerequisites
Adding