Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.65 KB

How to contribute to the jnotebook-reader project

First of all, thank you so much for taking your time to contribute! The jnotebook-reader is not very different from any other open source projects you are aware of. It will be amazing if you could help us by doing any of the following:

Build and runtime requirements

Setting up jnotebook-reader for development

You can install jnotebook-reader for a development environment as follows.

# Install

conda create -n py3 python=3
conda activate py3

# Config ./lib/config.py

# Start up

pip install
python app.py

By default jnotebook-reader listens on port 9088.

Note: jnotebook-reader strives to be a standard Flask application. Make sure to apply standard Flask development patterns.

Contributor license agreement

When you are sending a pull request and it's a non-trivial change beyond fixing typos, please sign the ICLA (individual contributor license agreement). Please contact us if you need the CCLA (corporate contributor license agreement).

Code of conduct

We expect contributors to follow our code of conduct.