jupyter notebook toolkit
Project description
nbic
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n nbic --file env.yml
Install
pip install -e .
# install from pypi
pip install nbic
nbdev
# activate conda environment
$ conda activate nbic
# make sure the nbic package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the nbic package
$ nbdev_prepare
Publishing
# publish to pypi
$ nbdev_pypi
# publish to conda
$ nbdev_conda --build_args '-c conda-forge'
$ nbdev_conda --mambabuild --build_args '-c conda-forge -c dsm-72'
Usage
Installation
Install latest from the GitHub repository:
$ pip install git+https://github.com/dsm-72/nbic.git
or from conda
$ conda install -c dsm-72 nbic
or from pypi
$ pip install nbic
Documentation
Documentation can be found hosted on GitHub repository pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
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
nbic-0.0.1.tar.gz
(8.6 kB
view details)
Built Distribution
nbic-0.0.1-py3-none-any.whl
(8.4 kB
view details)
File details
Details for the file nbic-0.0.1.tar.gz
.
File metadata
- Download URL: nbic-0.0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c341a7d23c2bb7215e8aa38a7de749d328fae8653aefd0599869438366fe3bc1 |
|
MD5 | 8dbf6fe57a74bacda81676169099a9aa |
|
BLAKE2b-256 | ef9edafe1122a6e1a85b2631730114c43c230e9e075d270f6068f48999081244 |
File details
Details for the file nbic-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: nbic-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70e1e327e20bc0c49bc7970de457e39bf915de8a6258f7b749e090cd78776e3a |
|
MD5 | fd042453a1602bbde0d1ee8492ae4bdd |
|
BLAKE2b-256 | 20dcc1db35c298a9b87fb6f06b2d114f0f081b4a690d578134deb53866b0c195 |