Skip to content

Commit

Permalink
polyglot magic docs link to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed May 23, 2018
1 parent 0501c50 commit 0634949
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion doc/groovy/PolyglotMagic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"source": [
"# Polyglot Magics\n",
"\n",
"The BeakerX kernels have magics to run other kernels, including `%%python`. There are magics for each BeakerX langage: `%%groovy`, `%%java`, `%%scala`, `%%sql`, `%%clojure`, and `%%kotlin`. There is also a `%%kernel` magic to access any kernel available to Jupyter. Widgets work through these magics.\n",
"The BeakerX kernels have magics to run other kernels, including `%%python`. There are magics for each BeakerX langage: `%%groovy`, `%%java`, `%%scala`, `%%sql`, `%%clojure`, and `%%kotlin`. There is also a `%%kernel` magic to access any kernel available to Jupyter. Widgets work through these magics. These magics give access to Python from the JVM.\n",
"\n",
"There are also [Groovy Magics](../python/KernelMagics.ipynb) magics for accessing the JVM from Python.\n",
"\n",
"Fleshing out the polyglot support in BeakerX with communication between languages ([#5039](https://github.com/twosigma/beakerx/issues/5039)) is on the agenda.\n",
"\n",
"\n",
"\n",
"\n",
"## Python Magic\n",
"\n",
Expand Down
6 changes: 4 additions & 2 deletions doc/python/KernelMagics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"BeakerX has magics for Python so you can run cells in the other languages.\n",
"The first few cells below show how complete the implementation is with Groovy, then we have just one cell in each other language.\n",
"\n",
"Fleshing out the polyglot support in BeakerX with communication between languages ([#5039](https://github.com/twosigma/beakerx/issues/5039)) and the ability to access Python from the JVM kernels ([#6279](https://github.com/twosigma/beakerx/issues/6279)) are on the agenda.\n",
"There are also [Polyglot Magics](../groovy/PolyglotMagic.ipynb) magics for accessing Python from the JVM.\n",
"\n",
"Fleshing out the polyglot support in BeakerX with communication between languages ([#5039](https://github.com/twosigma/beakerx/issues/5039)) is on the agenda.\n",
"\n",
"## Groovy"
]
Expand Down Expand Up @@ -246,7 +248,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0634949

Please sign in to comment.