Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve groovy magic #5442

Closed
scottdraves opened this issue Jun 7, 2017 · 1 comment
Closed

improve groovy magic #5442

scottdraves opened this issue Jun 7, 2017 · 1 comment
Milestone

Comments

@scottdraves
Copy link
Contributor

scottdraves commented Jun 7, 2017

following #5398 we still need:

  1. return complex results, not just making a string of everything. try evaluating new Plot() or println("stdout") and make those work the same as in a regular groovy notebook. ditto for errors. Essentially, it's a Comm proxy.
  2. reuse the kernel. looks like a new one is being created for each cell:
    screen shot 2017-05-30 at 2 51 40 pm

and

  1. do not start the kernel until a groovy cell is evaluated.
  2. why are there two source files (beakerx/groovy_magic.py and beakerx/beakerx/groovy_magic.py). seems it should all go in one.
@michalgce
Copy link
Contributor

@scottdraves Ad.2 is done. Kernel is initialised once

@scottdraves scottdraves added this to the 0.2 milestone Jun 8, 2017
@scottdraves scottdraves modified the milestones: 0.4, 0.3 Sep 1, 2017
@rbidas rbidas self-assigned this Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants