Skip to content

Commit

Permalink
📚 DOCS: Add release note for Jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 1, 2020
1 parent 831002e commit ac41f47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tasks/jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@
src: jupyterlab.desktop
dest: "${HOME}/Desktop"
mode: "0755"

- name: Document Jupyter
when: release_notes is defined and release_notes
include_role:
name: release_notes
vars:
section: "Jupyter Lab"
option: "usage"
value: >-
Jupyter is installed in a Python {{ aiida_python_version }} venv: {{ aiida_jupyter_venv }}.
Type 'aiida-jupyterlab' to launch Jupyter Lab, and select the 'aiida' kernel.

0 comments on commit ac41f47

Please sign in to comment.