JupyterLab spin-off projects#
Use the JupyterLab eco system to get the max from your JupyterLab project.
This page outlines great FOSS projects that build upon the JupyterLab foundation project.
So do not reinvent the wheel but make the already existing wheels better. If you are aware of a great healthy FOSS project that builds upon the JupyterLab environment just help to make this overview better!
Binder#
Sharing notebook environments online
Binder allows you to create custom computing environments that can be shared and used by many remote users. Use it to share an executable version of your notebook.
More info on the Binder project.
HoloViz project#
High-level tools to simplify visualization in notebooks
HoloViz provides a set of Python packages that make viz easier, more accurate, and more powerful:
Panel for making apps and dashboards for your plots from any supported plotting library
hvPlot to quickly generate interactive plots from your data,
HoloViews to help you make all of your data instantly visualizable,
GeoViews to extend HoloViews for geographic data,
Datashader for rendering even the largest datasets,
Lumen to build data-driven dashboards from a simple YAML specification,
Param to create declarative user-configurable objects, and
Colorcet for perceptually uniform colormaps.