Interactive Java Notebooks (IJNB) support #9126
Replies: 2 comments 3 replies
-
|
I don't have the solution, but I am trying to do something similar : #9110 It should be possible to support a IJNB inside any desktop application using :
It would really be nice to have some help here from the netbeans team. |
Beta Was this translation helpful? Give feedback.
-
|
My 2 cents, you just need a TopComponent with different parts inside of it. So adding JEditorPane with/without a LineComponent as you would do it in any other applcaation. You can also check this repo to check the integration of the response panel: https://github.com/javierllorente/netbeans-rest-client and then you should have code completion by default. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems oracle recently added IJNB support in java for vscode
https://github.com/oracle/javavscode/wiki/Interactive-Java-Notebooks
I believe javavscode is powered by netbeans and is probably powering some (if not all) stuff behind that notebook, then does netbeans natively also support IJNB or any plans of doing so in the near future?
Given that this is a very new feature, I guess it might take some time to trickle into netbeans. If I get a notebook with support for adding any maven dependency with netbeans autocompletion, I would be very excited for using it for quick experiments and prototyping. I wouldn't compare a notebook with jshell, because in notebook it is easier to store and also see intermediate states and outputs and redo/resume from mid point. I feel this would be very useful for many scenarios.
Beta Was this translation helpful? Give feedback.
All reactions