Skip to content

jpivarski-talks/2019-05-06-adl-language-tools

Repository files navigation

How to build your own language

Hands-on demo of tools & techniques at the Analysis Description Language workshop.

To participate, either install all of the software on your laptop (with conda):

git clone https://github.com/jpivarski/2019-05-06-adl-language-tools.git
cd 2019-05-06-adl-language-tools
conda env create -f environment.yml   # create an isolated environment and install everything in it
conda activate adl-language-tools     # switch to that environment
conda install jupyterlab
jupyter lab                           # runs on your machine, controlled by your web browser

or click below to run everything in the cloud: Launch Binder

(If installation on your laptop fails, use the cloud option.)