Online demo for AlgorithmX.
- Executes JavaScript ES6 in the browser using Babel Standalone, with JS NetworkX included.
- Executes Python in the browser using Brython, with NetworkX (minimal) included.
To submit your own example, create a pull request which adds a file to
src/examples/[language], and appends an entry to
src/examples/[language]/examples.json.
- Serve the website on port 9000:
npm run dev - Serve the production website on port 9000:
docker-compose up website - Build Brython bundle:
docker-compose up --build build-python - Build everything:
docker-compose up --build build