notebooks
Here are 424 public repositories matching this topic...
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, 'standalone examples' are all .py files in these folders in this repository:
examples/plotting/file- `examples/mode
-
Updated
Jul 11, 2022 - Jupyter Notebook
-
Updated
Jul 21, 2022 - Python
Describe the solution you'd like
Add types to Python codebase
What does your solution aim to solve?
Make it more explicit what arguments functions take and therefore make it easier to extend consume or refactor code.
-
Updated
Jul 23, 2022 - Elixir
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.csvThe user was confused and thought that the naming should be name, name1
-
Updated
Jul 23, 2022 - Python
Describe the issue
Following the documentation https://elyra.readthedocs.io/en/latest/getting_started/installation.html, when tried to run the command pip3 install --upgrade elyra[all], the following error happens no matches found: elyra[all]
pip install --upgrade elyra works fine.
To Reproduce
Steps to reproduce the behavior:
- Go to your terminal
- Type on pip3 insta
-
Updated
Jul 20, 2022 - Jupyter Notebook
-
Updated
Mar 10, 2022 - Jupyter Notebook
-
Updated
Jun 16, 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
Jan 17, 2019 - Jupyter Notebook
-
Updated
Jul 6, 2022 - Python
-
Updated
Jan 20, 2022 - Jupyter Notebook
-
Updated
Jul 12, 2019 - Jupyter Notebook
-
Updated
Apr 4, 2022 - Python
-
Updated
Jan 8, 2022 - Jupyter Notebook
The idea is to provide like DBT a network graph where we see all the dependencies
-
Updated
Jan 10, 2020 - Jupyter Notebook
-
Updated
Aug 5, 2019 - Jupyter Notebook
-
Updated
Jul 20, 2022 - Jupyter Notebook
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
May 24, 2022 - Jupyter Notebook
🚀 Feature
Dynamically extend the time limit for running CI on PR touching more content
Motivation
do not penalise PR which are touching multiple notebooks
Additional context
Run one tiny job which would determine how many notebooks are changed, and pass this count N to the test job and for example set timeout for testing as N*30min
-
Updated
Jun 10, 2022 - Python
Improve this page
Add a description, image, and links to the notebooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebooks topic, visit your repo's landing page and select "manage topics."
This is a nice first issue:
Add types/docments to the
Learner.get_predsfunction. This function is essential to anyfastaiuser and has almost no documentation. Add types and text to the variables as we have in many places now.