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 hashes)

Uploaded Source

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