Skip to content

tulay/jnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jnote

jupyter notebook/python toy project

Setting up development environment

  • 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.yml

Jupyter Notebook

Refer to documentation about Notebook

jupyter notebook jnote.ipynb

About

jupyter notebook/python toy project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published