-
I have tried to install scijava using "conda install -c conda-forge scijava-jupyter-kernel" on three macs running mojave. The machines are two imacs and a macbook pro. On each mojave machine I atte…
-
Using scijava in jupyterlab and it has worked well thus far but when I try to do an import java.util.Scanner I get the following? Did I miss something, is importing outside the scope of scijava?
```
…
-
Trying to launch a version of this kernel locally using `repo2docker` gives an error trying to find the OpenJDK package:
```
E: Unable to locate package openjdk-11-jdk
Removing intermediate cont…
-
```
$ docker pull frantzme/cryptoguard
$ docker run --rm -v $PWD/testapk/com.termux_117:/temp frantzme/cryptoguard java -jar /Notebook/cryptoguard.jar -in apk -s /temp/com.termux_117.apk
Warning: N…
-
I have conda installed in multiuser mode in the /opt directory, as a parcel installation done with the cloudera manager (CDH 6.3).
Running 'conda install -c conda-forge scijava-jupyter-kernel' shows…
-
Consider the following code :
```java
package org.scijava.jupyterkernel.sandbox;
import javax.script.ScriptEngine;
import javax.script.ScriptException;
import org.scijava.Context;
import or…
hadim updated
2 years ago
-
Following https://github.com/scijava/scijava-jupyter-kernel/issues/56
I think the future of plotting for the kernel (and probably for many other languages, Python included) is [Vega](http://vega.gi…
hadim updated
2 years ago
-
(java_env) C:\Users\b.kurmanov>jupyter notebook
Traceback (most recent call last):
File "C:\Users\b.kurmanov\AppData\Local\Continuum\anaconda3\envs\java_env\Scripts\jupyter-notebook-script.py", li…
-
Any plans for Java 9/JShell support?
-
Hi !
I'm hitting the 8G memory limit and wanted to pass the `-Xmx` startup flag but couldn't find how to it. I believe it's useful to be able to customize how the JVM starts up.
I'm not familiar …