-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
category: magicsIssues in some of the standard magics implemented by the kernel.Issues in some of the standard magics implemented by the kernel.feature
Description
Hello,
I would like to know the current policy for loading jsh files when running Jupyter Notebook cells with IJava.
In jshell we can do:
$ jshell
| Welcome to JShell -- Version 11.0.2
| For an introduction type: /help intro
jshell> /open test.jsh
jshell> test();
helloIn IPython loading Python scripts is quite straightforward, all we need to do is to use the magic %load <python.py>, but I couldn't find any way to do the same within IJava environment.
I think that it is generally a good idea to be able to hide boilerplate code within a Jupyter Notebook and I think that this is an important feature to add (if it is not yet available).
If no workaround is available, I'm willing to contribute.
Thank you,
Metadata
Metadata
Assignees
Labels
category: magicsIssues in some of the standard magics implemented by the kernel.Issues in some of the standard magics implemented by the kernel.feature