init.ipynb
which can be accessed from the environment tab. You can put any set-up code you want us to run in there.requirements.txt
file if you have one in project root directory (this is frequently the case with imported projects). jupyter
and jedi
. These are packages that interfere with the way Deepnote works and their installation would break your environment. In init.ipynb
, we scan the requirements files for those packages and skip their installation if they are there.