Raw to figure describes echemdb's approaches towards research data management (RDM).
If you want to modify rawtofigure's content itself, get a copy of the latest unreleased version of this repository:
git clone https://github.com/echemdb/rawtofigure.git
Go to the directory and install the dependencies with
cd rawtofigure
conda env create --file environment.yaml
conda activate rawtofigure
To build the page locally, run
jb build rtfbook/
The generated files are located in rtfbook/_build/html
and can be browsed
by simply opening the generated files or via:
python -m http.server 8880 -b localhost --directory rtfbook/_build/html
Then open http://localhost:8880/ with your browser.