How to Dockerize JupyterLab

A full example of this repository can be found on my Github here. I often find myself exploring data using Python, Jupyter Lab, Pandas and various graphing programs. This has caused me to want to have a light weight, easy to use, and portable approach to standing up these tools. In the past, I have found myself using tools like pyenv to install a desired version of python for each project....

April 2, 2024 · 4 min · Greg Hilston

How To Use Plotly/Plotly Express & Dash With JupyterLab

Walks through required steps to use Plotly/Plotly express and Dash with Jupyter Lab

April 4, 2021 · 2 min · Greg Hilston