Use without installing anything
Jupyter notebooks can be viewed and interacted with online in a sandboxed environment.
Using TryAPL
-
Click on TryAPL's Learn tab.
-
Select tutorial (or enter the URL of an online Jupyter notebook document.Coming soon!)
-
Click Next to proceed through the tutorial steps.
-
At any time, you may click on APL expressions in the tutorial pane to re-insert them in the session pane, or press the up arrow key to recall previous statements.
Using Binder
-
Add a Dockerfile to your Git repository (with the name Dockerfile) which uses the following template:
FROM rikedyp/dyalog-jupyter-binder:49 # This Docker container is a Dyalog Jupyter environment COPY ./NotebookFolder/ ${HOME} # NotebookFolder is a folder containing notebooks ADD ./MyNotebook.ipynb ${HOME} # MyNotebook.ipynb is an individual notebook
-
Go to mybinder.org and paste your repository URL
- Click the
launch
button
If you are not already able to enter APL characters, try the bookmarklet.