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

Clojure Easy Form Buttons #7491

Closed
RobertAron opened this issue Jun 6, 2018 · 1 comment
Closed

Clojure Easy Form Buttons #7491

RobertAron opened this issue Jun 6, 2018 · 1 comment
Assignees

Comments

@RobertAron
Copy link

I'm trying to create an easy form to run another cell in clojure and running into issues. I'm not sure if there is a different way to access easy forms or if this is actually a bug. Here's how to replicate the issue.

Place this into a cell, run it, and click the button.

(doto (com.twosigma.beakerx.easyform.EasyForm. "Test Form")
    (. addButton "Click Me!" "test"))

It throws this error in the terminal and the kernel dies.

Exception: org.zeromq.ZMQException thrown from the UncaughtExceptionHandler in thread "Thread-0"
@scottdraves
Copy link
Contributor

This is actually a bug, thanks for the report!
We never got as far as making this stuff work in Clojure.
Should be able to fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants