Python version of SUGAR
Project description
SUGAR
Python version of [sugar][sugar]
Install
pip install sk-sugar
Setup
To get all the pagackes required, run the following command:
$ conda env create -f environment.yml
This will create a new conda environment sklab-sugar, which can be activated via:
$ conda activate sklab-sugar
Add kernel to Jupyter Notebook
automatic conda kernels
For greater detail see the official docs for nb_conda_kernels. In short, install nb_conda_kernels in the environment from which you launch JupyterLab / Jupyter Notebooks from (e.g. base) via:
$ conda install -n <notebook_env> nb_conda_kernels
to add a new or exist conda environment to Jupyter simply install ipykernel into that conda environment e.g.
$ conda install -n <python_env> ipykernel
manual ipykernel
add to your Jupyter Notebook kernels via
$ python -m ipykernel install --user --name sklab-sugar
It can be removed via:
$ jupyter kernelspec uninstall sklab-sugar
list kernels found by Jupyter
kernels recognized by conda
$ python -m nb_conda_kernels list
check which kernels are discovered by Jupyter:
$ jupyter kernelspec list
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sk_sugar-0.0.6.tar.gz
.
File metadata
- Download URL: sk_sugar-0.0.6.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d7d209f7462858a534f2098896737b4fe9519ead3e66d25a6f0730c1b58bdc1 |
|
MD5 | b2ac33f8fdf30b9e52234d1c4086e8a6 |
|
BLAKE2b-256 | 56a1b818bb880942831908302a938ab0d9a5392ed4922774d72ebdfe92be68b3 |
File details
Details for the file sk_sugar-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: sk_sugar-0.0.6-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 980e3047adefef18841452335573ed321f43c81bd04974da31e4021873055f7e |
|
MD5 | 9aa04678e309251b15e0a3ba5ead966c |
|
BLAKE2b-256 | 2517a08825fe323ef9842c2b5fe006bc1d737629ad9adfc11781b8a036740737 |