Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 374 Bytes

nonplanar

prepare the environment

I suggest the following procedure to run the code

  1. Update your conda environment (or install one) ''' conda update --all '''

  2. Install the latest Jupyterlab

  3. Create an environment ''' conda create -n nonplanar python=3.11 conda activate nonplanar pip install -r requirements.txt '''

  4. prepare a kernel for jupyterlab