Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 956 Bytes

instruction_run_code.md

File metadata and controls

22 lines (16 loc) · 956 Bytes

How to run the code

Here you can find some basics information on how to run the code

option 1: use Jupyter Lab

First you need to have:

  • local or remote Jupyter Lab notebook running (local) or (on GCP)
  • Anaconda python environment installed with all needed python packages (conda env)

Then you need to create environment variables, activate Anaconda python environment and start Jupyter Lab as explained here (env variables)

Now you can play with Jupyter Lab notebook from notebook/

option 2: use Python cli

First you need to have:

  • Anaconda python environment installed with all needed python packages (conda env)

Then you need to create environment variables, activate Anaconda python environment as explained here (env variables)

Now you are ready to run the code using cli.