-
Notifications
You must be signed in to change notification settings - Fork 20
2. Online usage
-
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.
- 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
You can get an APL language bar and enable key-bindings and character compositions using just a a bookmarklet (a browser bookmark that contains commands which add new features to the browser). After adding the bookmarklet to your language bar, and opening a Jupyter notebook document in your browser, click on the bookmarklet. You can insert APL characters in three ways:
- Click on APL Keyboard. Click on an APL symbol, or on Shift, then an APL symbol.
- Click on the Primer tab. Click on an APL symbol.
- Type Backtick (
`
) and then the associated symbol (hover over symbols on Primer tab bar to see associations), e.g. Backtick+r makes⍴
and Backtick+Shift+e makes⍷
.
Next ▸
Quick links: Dyalog APL Anaconda Kernel Ready-made notebooks Viewer Email us