Skip to main content

A module for displaying NMR data with bokeh in Python or Jupyter Notebooks.

Project description

What is drawnmr?

drawnmr is a module for viewing NMR data in Python. When used with the nmrglue and bokeh packages, drawnmr provides functions to view and interact with NMR data.

nmrglue is used for processing nmrdata, and bokeh is used for showing and interacting. A range of ipywidgets is planned to be written to interact with the plot.

What can drawnmr do?

drawnmr is a wrapper around nmrglue capabilities and provide helper functions to show the data in boheh, which is an interactive visualization library.

The main purpose is to show NMR data in a Jupyter Notebook. If a Jupyter Notebook installation is not running, bokeh allow the output to be saved to static HTML files.

Use interactive examples

  • Launch interactive Jupyter Notebook with mybinder.org and try examples:

https://mybinder.org/badge.svg https://raw.githubusercontent.com/tlinnet/drawnmr/master/docs/images/image_2.png https://raw.githubusercontent.com/tlinnet/drawnmr/master/docs/images/image_1.png

How to install?

If using conda, these steps will install an environment

# With pip from https://pypi.python.org/pypi/drawnmr
pip install drawnmr

Developer install for local conda environment:

# Create environment
conda create -n py36 python=3.6

# Install conda packages into environment
conda install -y -n py36 --file conda_req.txt

# Activate environment
alias py36='source activate py36'
source activate py36

# pip install
pip install -r requirements.txt

# install package
python setup.py install --force

# Uninstall
python setup.py install --record files.txt
cat files.txt | xargs rm -rf

Developer

# Modify version in: drawnmr/__init__.py

# Create tag
VERS=`python -c "from drawnmr import __version__; print(__version__)"`
# Adds a tag so that we can put this on PyPI
git tag $VERS -m ""
git push --tags origin master

# Upload your package to PyPI Test
python setup.py sdist upload -r pypitest
open https://testpypi.python.org/pypi/drawnmr

# Upload to PyPI Live
# Once you've successfully uploaded to PyPI Test, perform the same steps but point to the live PyPI server instead.
python setup.py sdist upload -r pypi
open https://pypi.python.org/pypi/drawnmr

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

drawnmr-0.21.tar.gz (17.1 kB view details)

Uploaded Source

File details

Details for the file drawnmr-0.21.tar.gz.

File metadata

  • Download URL: drawnmr-0.21.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for drawnmr-0.21.tar.gz
Algorithm Hash digest
SHA256 2016c9eafbebc4389ff6309cac8046d0192b5d2d12077ef73b57daf86e36defd
MD5 1944de028ac5b2080149e96e56951748
BLAKE2b-256 422b795c92cd00d2991dc8108afe88582bef78dd277923b5b00bf2b8b2d23dcf

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