Andrus Adamchik

Results 91 comments of Andrus Adamchik

@MalloD12 thanks for the review and suggestions! Looks like we need one more approval Who can help with that?

@MalloD12 > Could you please do us the favor of updating this PR description with the addition and usage of the newly introduced flag, so our docs team can update...

Hi folks. Do we need any extra approvals to get this merged?

You may have different Python installations. To find the one that is "Jupyter-aware", I am using this trick: ``` cat `which jupyter` |head -1 |cut -d'!' -f2 ``` The full...

Hi @SpencerPark , I know you are not actively involved with the project these days, but do you think it would be possible to apply this patch, and do a...

Hi @sogawa-sps , this is already fixed in the **JJava** kernel, which is a supported version of iJava at https://github.com/dflib/jjava . So you can replace iJava with JJava in Jupyter...

@santiagobasulto : iJava kernel is using `jdk.jshell.JShell`, but all the commands like `/list` are defined downstream from that inside `jdk.internal.jshell.tool.JShellTool`, and hence are not known in the Jupyter environment, and...

@pdeitel : The kernel lives on as JJava: * https://github.com/SpencerPark/IJava/issues/161 * https://github.com/dflib/jjava

In this context, I wanted to mention that [JJava](https://github.com/dflib/jjava) (a [supported fork of iJava](https://github.com/SpencerPark/IJava/issues/161)), has switched the Maven for builds, and consequently can be built with any Java version (11,...

It is very likely related to #63. My recommendation would be to switch to DFLib JJava kernel: * https://github.com/SpencerPark/IJava/issues/161 * https://github.com/dflib/jjava As of the current version (M2), it fixes a...