A tutorial for migrating from Prism, Excel, or other graphical user interface plotting to programmatic plotting using Python.
- this tutorial assumes running on a Mac
- make sure you have Xcode installed if on Mac
- windows instructions are slightly different, I'll note where.
-
If you have already set up an environment you can pick back up where you left off by doing the following. Recall that your environment contains specific verisions of python and packages specific to your project.
- Navigate back to your project folder
- e.g.
cd Desktop/myprojectif "myproject" is located on your desktop
- e.g.
- re-activate your environment:
. myproject_env/bin/activate - restart a jupyter server:
jupyter-lab
- Navigate back to your project folder
- This section assumes you have an active virtual environment with jupyter-lab installed. Please see section 1 for more details