A demo repo for Jupyter Notebooks Integration with...
# general
b
A demo repo for Jupyter Notebooks Integration with Pants: https://github.com/da-tubi/notebooks I tried the pants Jupyter plugin but it is not very easy to use. I think my attempt might be a better solution. Hope Pants developer can make it easier.
🎉 1
b
I have a proprietary pants plugin for notebook support, but haven't had time to upstream
b
I just simplified it as:
Copy code
jupyter_lab(name="duckdb", requirements=["duckdb==0.5.1"])
using Pants macros.