Experiments with echopype This repository is designed to help users familiarize themselves with echopype. "Echopype is a package built to enable interoperability and scalability in ocean sonar data processing. These data are widely used for obtaining information about the distribution and abundance of marine animals, such as fish and krill." echopype
-
Create a virtual environment:
$ python -m venv .venv
This command creates a venv in the .venv directory.
-
Activate the virtual environment:
- On Linux and MacOS, we activate our virtual environment with the
source
command:$ source <directory>/bin/activate
- On Windows:
# In cmd.exe $ env\Scripts\activate.bat # In PowerShell $ venv\Scripts\Activate.ps1
-
Install the dependencies:
$ pip install -r requirements.txt
-
Create a new kernel with a desired name:
$ python -m ipykernel install --user --name=new_kernel_name
-
Open a jupyter notebook
$ jupyter notebook