-
I am trying to get slf4j to work within the notebooks because some 3rd party libs that I use need it. When I try to set jshell classpath directly through `--class-path` it works. If I set `IJAVA_CLASS…
-
Unlike https://github.com/LeeKamentsky/python-javabridge/issues/159 I'm having trouble installing on macOS Mojave, and they're similar Java version 6 errors.
When I issue
`pip install javabridge`…
-
My computer was installed JDK13, and IJava can be installed in this env. But I have to change my env to JDK8, so the IJava do not work. Hence, I want to set path of JDK13 to IJava, what should I do?
-
Hello,
I'm trying to run IJava kernel on Win7 without admin privilege. There is already a default JDK 8 installed in the system. I've copied JDK 9 folder in my home folder, checking JShell applicat…
-
Entering the following code does not work.
char grade = 'B';
switch (grade) {
case 'A':
System.out.println("great job!");
break;
case 'B':
System.out.print…
-
Imported from JIRA [DS-4077] created by philipatmire
When running filter-media on a .doc (Word) bitstream an error occurs and filter-media crashes.
The issue seems to be caused by a dependency on di…
-
I am successfully running DFLib in Jupyter using the [iJava kernel](https://github.com/SpencerPark/IJava/). However to make it smooth, we need a bit more integration:
* switching to tabular rendere…
-
Could you please add an explicit `LICENSE` file to the repo so that it's clear under what terms the content is provided, and under what terms user contributions are licensed?
I see you've already s…
-
I am writing a Java package that I would like to experiment with in IJava. I have compiled it and put it in a folder that we can call `/path/to/package/` for the sake of the example. More specifically…
-
this dependencies need to be updated:
> jupyterhub>=0.9.6