Harmonising Raman Spectroscopy
Project description
Harmonising Raman Spectroscopy
RamanChada v2
Clone the repo using https
git clone https://github.com/h2020charisma/ramanchada2.git
or by using ssh
git clone git@github.com:h2020charisma/ramanchada2.git
and go inside
cd ramanchada2 # make sure you are in ramanchada2 directory
Make sure you have virtualenv module and create a virtual environment
virtualenv .venv # create virtual environment
source .venv/bin/activate # activate the virtual environment
Ramanchada package and all dependencies can be installed by runing:
pip install -r requirements-dev.txt # install development environment
hash -r # make sure the newly created environment is in use
In order to create a jupyter kernel, from the already activated virtual environment execute following command:
ipython kernel install --name=ramanchada2 --user # set up a new jupyter kernel
The kernel can be removed by:
jupyter kernelspec remove ramanchada2
A jupyter server can be started from anywhere -- no need to activate the virtual environment:
jupyter-notebook
or
jupyter-lab
A web browser with jupyter should start automaticaly.
Quick start with Conda
Install Miniconda and, optionally, Mamba:
conda install mamba -n base -c conda-forge
Run the following. If you haven't installed Mamba, replace mamba
with conda
.
mamba env update -f environment.yml
conda activate ramanchada2
jupyter notebook
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ramanchada2-0.0.1.tar.gz
(40.7 kB
view hashes)
Built Distribution
Close
Hashes for ramanchada2-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fea59871c5e61339e63404eda3f22a0a11bb90016fdf172c8f4d1db0048608b |
|
MD5 | 8cdfbcfe3ea486f79d11a923feda677f |
|
BLAKE2b-256 | 93796710b3ac5ab7e69fe634f671e9fd2f1ef39dfebf594aa405379db15d665e |