Skip to content

neutronimaging/python_notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Notebooks Build Status DOI

This reporsitory provides various notebooks for users of the neutron imaging beamlines at ORNL. Full tutorial of most of the notebooks can be found at here.

Instructions

To learn how to access or install the notebooks, and how to run them, refer to the complete tutorial found on our imaging web site https://neutronimaging.pages.ornl.gov

Screen Shot 2021-06-11 at 8 03 33 AM

How to contribute back

You can contribute back to this repo by

  • fork it to your own account
  • make the necessary adjustments
  • make a pull request on Github.

The maintainer of this repo will review your changes and provided feedback if needed. A more detailed instructions can be found in this post by DataSchool.

To run the tests

$ cd notebooks
$ export PYTHONPATH=$PWD:$PYTHONPATH
$ pytest

Deployment repos

  • Repo in charge of deploying the notebooks: jupyter-notebooks-deploy
  • Repo in charge of updating the conda environments in target machines (such as the analysis cluster and the jupyter-notebooks nodes): imaging-conda-deploy