-
Notifications
You must be signed in to change notification settings - Fork 381
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
provide two-way autotranslation #5039
Comments
Closed
This was referenced Aug 2, 2017
Closed
This was referenced Apr 30, 2018
We are going to go with the widget for 1.0. |
complication: widgets do not support multiple kernels. |
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 18, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 18, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 18, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 19, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Jun 20, 2018
scottdraves
pushed a commit
that referenced
this issue
Jun 25, 2018
* #5039: add autotranslation service interface and NamespaceClient refactoring * #5039: (groovy) add sync from js to server * #5039: (scala) add support for autotranslation * #5039: add flask * #5039: change flask to tornado * #5039: changes after review * #5039: rename to BeakerClient * #5039: rename to BeakerXClient * #5039: rename to BeakerXClient * #5039: rename to BeakerClientManager * #5039: rename to BeakerXClientManager * #5039: rename to getBeaker * #5039: rename to getBeakerX * #5039: rename to beakerX * #5039: BeakerXClinetManager refactoring * Merge branch 'master' into jarek/5039_autotranslation_v2 # Conflicts: # kernel/base/src/main/java/com/twosigma/beakerx/evaluator/EvaluatorManager.java # kernel/base/src/main/java/com/twosigma/beakerx/kernel/Kernel.java # kernel/base/src/test/java/com/twosigma/beakerx/KernelTest.java # kernel/groovy/src/test/java/com/twosigma/beakerx/groovy/evaluator/GroovyEvaluatorTest.java # kernel/sql/src/main/java/com/twosigma/beakerx/sql/BeakerParser.java # kernel/sql/src/main/java/com/twosigma/beakerx/sql/evaluator/SQLEvaluator.java # kernel/sql/src/main/java/com/twosigma/beakerx/sql/kernel/SQL.java # kernel/sql/src/test/java/com/twosigma/beakerx/sql/SQLAutocompleteTest.java # kernel/sql/src/test/java/com/twosigma/beakerx/sql/SQLBaseEvaluatorTest.java # kernel/sql/src/test/java/com/twosigma/beakerx/sql/SQLEvaluatorTest.java # kernel/sql/src/test/java/com/twosigma/beakerx/sql/SQLKernelTest.java * #7511: support structured data in scala kernel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Beaker Notebook supported two-way autotranslation between any supported language.
BeakerX has so far a prototype that goes from Python and JVM languages to JavaScript and D3.
Further support is planned to be based on https://github.com/apache/arrow
other ideas for implementation:
use http://www.tornadoweb.org/en/stable/queues.html
to fix https://github.com/twosigma/beaker-notebook-archive/blob/master/beaker/runtime.py#L436
another way: make autotranslation be an invisible (?) widget, and let its machinery do the synchronization. this has the downside of duplicating the data, but a lot of upsides of making it more accessible and using an existing implementation.
The text was updated successfully, but these errors were encountered: