Skip to main content

Lightweight system for citing papers and making a reference list in jupyter

Project description

Repo structure

Either use as library repo with with <package_name> and docs (and maybe notebook) dirs. Or as data analysis repo with scripts, notebooks, data, steps, results, figuresdirs.

Conda environment

Create empty environment:

conda create -n <name>

Activate environment

conda activate <name>

Add channels first to make the appear in the exported environment: Add any channels first to make the appear in the exported environment (you can always add more later):

conda config --env --append channels conda-forge
conda config --env --append channels bioconda
conda config --env --append channels etetoolkit
conda config --env --append channels gwforg
conda config --env --append channels kaspermunch

Install a subset of packages:

conda install jupyterlab pandas seaborn ...
conda install gwf jupyterlab pandas seaborn ipympl statsmodels bioconda pyfaidx tskit ete3 scikit-allel samtools bamtools vcftools

Export it to the binder folder:

conda env export --from-history > binder/environment.yml

List revisions to envirionment:

conda list --revisions

Restore a past revision:

conda install --revision 2

Once you land on stable environment this can make it more stable:

conda env export --from-history > binder/environment.yml
conda deactivate <name>
conda env remove -n <name>
conda env create -n <name> -f binder/environment.yml

Create PyPi and Conda packages

conda install conda-build twine anaconda-client
bash pypi.sh
bash conda.sh [-c channel -c channel ...]

Using submodules with Git

Read on here

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

jupyter-references-0.7.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

jupyter_references-0.7-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file jupyter-references-0.7.tar.gz.

File metadata

  • Download URL: jupyter-references-0.7.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for jupyter-references-0.7.tar.gz
Algorithm Hash digest
SHA256 fea43e9d5edc91a5357678884d06d10649d0b3f070deaa68d10b859b69051f2a
MD5 4d6919037c36acb754d7171d6bf84bbe
BLAKE2b-256 389d0687c91ed28fe865f97e3ae73aea4b21bba4b4c9e3da85209fb6c6186639

See more details on using hashes here.

File details

Details for the file jupyter_references-0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyter_references-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ace19a2ec43d15c0ba2f3c1e37b58b9f50da6e07fc599c09bb8a343a732bde5b
MD5 ee7fc5a16208cbdbc8c11b2ae1e72eae
BLAKE2b-256 cab7fa1cfe74220763b40877f1652353b029485a2b53cc8ae2c122a8a060f959

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page