You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One reason we switched away from the SciJava Jupyter Kernel in favor of plain BeakerX Groovy is to avoid hardcoded dependency overlap between the notebook technology itself and the SciJava-component dependencies needed to use ImageJ et al. Unfortunately, there is now some overlap again causing conflicts, notably the Kotlin standard library, and the okio library. You can see this in the ImageJ-Tutorials-and-Demo notebook by changing the initialization blurb to:
One reason we switched away from the SciJava Jupyter Kernel in favor of plain BeakerX Groovy is to avoid hardcoded dependency overlap between the notebook technology itself and the SciJava-component dependencies needed to use ImageJ et al. Unfortunately, there is now some overlap again causing conflicts, notably the Kotlin standard library, and the
okio
library. You can see this in the ImageJ-Tutorials-and-Demo notebook by changing the initialization blurb to:And you'll get an error opening images via remote URLs.
But if you add:
To the initialization, then the problem will disappear...
The text was updated successfully, but these errors were encountered: