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 4bfd050 commit 589e3caCopy full SHA for 589e3ca
template/Dockerfile
@@ -28,7 +28,7 @@ RUN R -e "install.packages('IRkernel', repos='https://cloud.r-project.org')"
28
RUN R -e "IRkernel::installspec(user = FALSE, name = 'r', displayname = 'R')"
29
30
# Javascript Kernel
31
-RUN npm install -g --unsafe-perm ijavascript
+RUN npm install -g --unsafe-perm git+https://github.com/e2b-dev/ijavascript.git
32
RUN ijsinstall --install=global
33
34
## TypeScript compiler
0 commit comments