-
Updated
May 17, 2021 - Jupyter Notebook
jupyter-notebooks
Here are 1,182 public repositories matching this topic...
-
Updated
Apr 1, 2022 - Jupyter Notebook
-
Updated
Apr 16, 2022 - Jupyter Notebook
-
Updated
May 6, 2022 - Jupyter Notebook
-
Updated
Sep 26, 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.
According to setup.py: https://github.com/jupyter-widgets/ipywidgets/blob/4372d90a71934b4954b626aed3a49ca23f3e210e/setup.py#L116-L118
# Requiring nbformat to specify bugfix version which is not required by
# notebook.
'nbformat>=4.2.0',
nbformat 4.2.0 was released about 5 years ago, so I think we can remove this dependency now by deleting these lines in setup.py.
there are a few places where we are using multithreading to download files, but looks like using asyncio is a better option. we'd first have to do a quick implementation and see how much benefit it brings to consider migrating
-
Updated
Mar 10, 2022 - Jupyter Notebook
-
Updated
Jan 23, 2022 - Jupyter Notebook
Thanks to u/JBarreraGT on reddit. He gave me a source of information that we could use to add static information for games.
http://data.nba.com/data/10s/v2015/json/mobile_teams/nba/2018/league/00_full_schedule.json
This link looks like it contains the full schedule with GameIDs along with additional information.
-
Updated
Nov 10, 2020 - Jupyter Notebook
-
Updated
Apr 23, 2020 - Jupyter Notebook
-
Updated
May 6, 2022 - Kotlin
-
Updated
Mar 31, 2022 - Jupyter Notebook
-
Updated
Apr 26, 2022 - Jupyter Notebook
The fix will be to call addCallbacks() either for all rows or whenever the table of schedules is modified in some way.
-
Updated
May 6, 2022 - HTML
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
Dec 12, 2020 - Jupyter Notebook
-
Updated
May 6, 2022 - Jupyter Notebook
-
Updated
Jan 6, 2022 - Python
-
Updated
May 1, 2022 - Python
-
Updated
May 1, 2022 - Jupyter Notebook
-
Updated
Jan 10, 2021 - Jupyter Notebook
-
Updated
Apr 4, 2022 - Python
-
Updated
May 5, 2018 - Jupyter Notebook
-
Updated
Apr 21, 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."
Version: 1.2.2
Summary of issue
Including a
@dataclass
decorated class breaksgetsource
inshow_doc
Minimal example
nbdev_tutorial
00_core.ipynb
nbdev_build_lib
nbdev_build_docs