We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (beakerx :set "foo" 1)
should work. similarly, if you do this in JS:
beakerx.person = [{firstName:"John", lastName:"Doe", age:26}, {firstName:"Amanda", lastName:"Smith", age:33}]
then this should work:
%%clojure (((beakerx :get "person") 1) "firstName")
The text was updated successfully, but these errors were encountered:
see https://github.com/twosigma/beaker-notebook-archive/blob/1.7.1/plugin/clojure/src/main/resources/init_clojure_script.txt
Sorry, something went wrong.
#7653: support autotranslation for clojure
94ab10b
#7653: move serializers to package
dd9fac8
jarek/7653: support autotranslation for clojure (#7671)
d9cf62b
* #7653: support autotranslation for clojure * #7653: move serializers to package
jaroslawmalekcodete
No branches or pull requests
should work. similarly, if you do this in JS:
then this should work:
The text was updated successfully, but these errors were encountered: