Install Jupyter Notebooks in local project

Is it possible to install Jupyter (Notbook or Lab) via requierements.txt? I would like to install Jupyter into a local dev astronomer airflow project.
I get some errors during the installation, probably because something is missing that I still need to install via packages.txt.

Thanks :slight_smile:

Hi @Jonnyblacklabel! Yes, you’re correct but just missing a few packages. Add:

build-base
python3-dev
zeromq-dev

to packages.txt

With those added, you shouldn’t get any errors when addding jupyter to requirements.txt