You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A lot of DS want a notebook to get started with, not a python script -- these can be too intimidating.
Describe the solution you'd like
We should make sure our examples all have a jupyter notebook to mirror the "run.py" file. That way people can see how things are exercised and then they can use a notebook to try things out. Note: we should use the jupyter_magic where appropriate in the notebook.
E.g. we want each example to have a notebook kind of like the hello world example.
This issue is for the reusing_functions example.
The text was updated successfully, but these errors were encountered:
…) (#1189)
Updates example to have jupyter notebook variant.
* Jupyter notebook for reusing_functions example
* Update reusing_functions.ipynb
removing import -- not needed.
* Update reusing_functions.ipynb
updates driver creation to latest approach.
---------
Co-authored-by: Stefan Krawczyk <stefan@dagworks.io>
Is your feature request related to a problem? Please describe.
A lot of DS want a notebook to get started with, not a python script -- these can be too intimidating.
Describe the solution you'd like
We should make sure our examples all have a jupyter notebook to mirror the "run.py" file. That way people can see how things are exercised and then they can use a notebook to try things out. Note: we should use the
jupyter_magic
where appropriate in the notebook.E.g. we want each example to have a notebook kind of like the hello world example.
This issue is for the reusing_functions example.
The text was updated successfully, but these errors were encountered: