jupyter notebook/python toy project
-
Install anaconda for your system.
-
Checkout the code and create a python environment.
git clone https://github.com/tulay/jnote.git
cd jnote
conda env create -f environment.yml
conda activate jnote
#Once done
conda deactive- Then import project in IntelliJ and add a Python SDK using Conda Environment setup before.
- If you need to re-create environment, you need to remove it first.
# To remove the env to start from scratch
conda env remove -n jnote- For minor update, you can also simply update it
conda activate jnote
conda env update --file environment.ymlRefer to documentation about Notebook
jupyter notebook jnote.ipynb