Skip to content

ricgama/VLF-LAB

Repository files navigation

VLF-LAB

Binder

picture

Sobre

Repositório de apoio à formação: "Uma introdução à Ciência e Tecnologia em VLF"

Setup instructions

  1. First of all, clone this project to your local machine:

    git clone https://github.com/ricgama/VLF-LAB
  2. If you don't have Anaconda already installed on your machine, click here to download Anaconda (Python 3 version).

  3. After that, install the environment by running:

    cd VLF-LAB/
    conda env create --file environment.yml
  4. Then activate the environment with source activate vlf or conda activate vlf_lab, and install a new ipython kernel by running:

    python -m ipykernel install --name vlf_lab

    If you get "Permission denied" error with the above command, try with

    python -m ipykernel install --name vlf_lab --user
  5. Finally, launch the Jupyter Notebook and before starting to execute the notebook cells, ensure that the kernel is properly set to vlf_lab

Releases

No releases published

Packages

No packages published