Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 714 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 714 Bytes

DOCS for WLJS Notebook Project 💫

Contributing

  • Detailed descriptions of all functions used for visualizing the data
  • Tutorials for the beginners
  • Wolfram Language documentation / basics ?..

We recommend to use Obsidian for editing and creating notes.

  1. Clone this repo and install npm packages
git clone https://github.com/JerryI/wljs-docs
cd wljs-docs
npm i
  1. Open docs folder using Obsidian (optional)

  2. To test, use

npm start
  1. To build
npm run build
  1. To rebuild Wolfram Language figures (usually they are wrapped in WL tags in some markdown files)
wolframscript -f compile.wls

License

GNU GPLv3