We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3a5fe commit 4614af7Copy full SHA for 4614af7
opensesame_extensions/OpenSesameIDE/info.json
@@ -1,6 +1,6 @@
1
{
2
"label": "Turn OpenSesame into an IDE",
3
- "version": "0.5.26",
+ "version": "0.5.27",
4
"icon": "go-next",
5
"priority": 100,
6
"tooltip": "Turn OpenSesame into an IDE",
snap/snap/snapcraft.yaml
@@ -1,7 +1,7 @@
name: rapunzel
title: Rapunzel
base: core20
-version: "0.5.25-snap1"
+version: "0.5.27-snap1"
summary: Code editor for numerical computing with Python and R
description: |
7
__Rapunzel__ is a modern code editor for numerical computing with Python and R.
@@ -57,6 +57,7 @@ parts:
57
# For importing and exporting
58
- python3-nbformat
59
- python3-jupyter-core
60
+ - jupyter-client
61
- jupyter-core
62
- jupyter-nbconvert
63
- pandoc
0 commit comments