-
Updated
Jun 24, 2022 - Jupyter Notebook
jupyter-notebooks
Here are 1,217 public repositories matching this topic...
-
Updated
Apr 1, 2022 - Jupyter Notebook
-
Updated
Jul 4, 2022 - Jupyter Notebook
-
Updated
Jul 8, 2022 - Jupyter Notebook
-
Updated
Sep 26, 2021 - Jupyter Notebook
-
Updated
Jul 7, 2022 - 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.
I got a user who asked me if their pipeline.yaml
looked well and I noticed they had something like this:
tasks:
# ... a bunch of tasks
- source: fit.py
product:
nb: path/to/report.html
data: path/to/data.csv
data1: path/to/data.csv
data2: path/to/data.csv
The user was confused and thought that the naming should be name, name1
In jupyter-widgets/ipywidgets#3124, @ibdafna listened for window resize events as a proxy for if a root widget view needed to have a resize event triggered. This is a coarse proxy, since changing a browsers window size may or may not mean that the root widget size changed, and something else on the page may also change the root widget size and we wouldn't know if the browse
-
Updated
Mar 10, 2022 - Jupyter Notebook
-
Updated
Jan 23, 2022 - Jupyter Notebook
-
Updated
Nov 25, 2021 - Python
-
Updated
Nov 10, 2020 - Jupyter Notebook
-
Updated
Jul 8, 2022 - Kotlin
-
Updated
Apr 23, 2020 - Jupyter Notebook
-
Updated
May 18, 2022 - Jupyter Notebook
-
Updated
Jun 15, 2022 - Jupyter Notebook
This means they're incorrect unless your local timezone is equal to UTC.
In general, any newly generated report will have a 'last run' time of
babel.dates.format_timedelta(datetime.datetime.utcnow() - datetime.datetime.now())
and will just show your difference from UTC.
-
Updated
Jul 8, 2022 - HTML
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
Dec 12, 2020 - Jupyter Notebook
-
Updated
Jul 8, 2022 - Jupyter Notebook
-
Updated
Jul 1, 2022 - Python
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 8, 2022 - Jupyter Notebook
-
Updated
May 7, 2022 - Jupyter Notebook
-
Updated
Apr 4, 2022 - Python
-
Updated
Jun 27, 2022 - Kotlin
Improve this page
Add a description, image, and links to the jupyter-notebooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jupyter-notebooks topic, visit your repo's landing page and select "manage topics."
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.