Two tools called out for automating the process of extracting reusable code from #Jupyter Notebooks:

#nbconvert: https://nbconvert.readthedocs.io/en/latest/
#jupytext: https://jupytext.readthedocs.io/en/latest/

Jupytext has a feature that allows for notebooks and scripts to keep in sync. And both of them might work well for simpler notebooks, definitely try them out to save time.

nbconvert: Convert Notebooks to other formats — nbconvert 7.16.6 documentation

I love the idea of turning #Jupyter notebooks into slides. I've figured out most issues with rendering interactive plots 👩‍💻 but there is one thing I'm stuck with:

#GeoViews & #Datashader works great in a #notebook but is not not rendered in the slides

The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

Any pointers much appreciated

#nbconvert #bokeh #geopandas #holoviz #hvplot #datascience #Dataviz #VisualAnalytics