Author: lresende
Date: Fri Oct 10 03:05:16 2025
New Revision: 1929036
Log:
Publish latest website content
Added:
incubator/toree/site/css/main.css.map
incubator/toree/site/docs/current/user/magics-overview/
incubator/toree/site/docs/current/user/magics-overview/index.html
Modified:
incubator/toree/site/community-members/index.html
incubator/toree/site/community/index.html
incubator/toree/site/contributing/index.html
incubator/toree/site/css/main.css
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
incubator/toree/site/docs/current/developer/creating-extensions/index.html
incubator/toree/site/docs/current/references/scaladocs/index.html
incubator/toree/site/docs/current/user/advanced-topics/index.html
incubator/toree/site/docs/current/user/faq/index.html
incubator/toree/site/docs/current/user/how-it-works/index.html
incubator/toree/site/docs/current/user/installation/index.html
incubator/toree/site/docs/current/user/quick-start/index.html
incubator/toree/site/docs/current/user/using-standalone/index.html
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
incubator/toree/site/download/index.html
incubator/toree/site/feed.xml
incubator/toree/site/history/index.html
incubator/toree/site/index.html
incubator/toree/site/privacy-policy/index.html
Modified: incubator/toree/site/community-members/index.html
==============================================================================
--- incubator/toree/site/community-members/index.html Fri Oct 10 02:52:04
2025 (r1929035)
+++ incubator/toree/site/community-members/index.html Fri Oct 10 03:05:16
2025 (r1929036)
@@ -287,14 +287,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/community/index.html
==============================================================================
--- incubator/toree/site/community/index.html Fri Oct 10 02:52:04 2025
(r1929035)
+++ incubator/toree/site/community/index.html Fri Oct 10 03:05:16 2025
(r1929036)
@@ -230,14 +230,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/contributing/index.html
==============================================================================
--- incubator/toree/site/contributing/index.html Fri Oct 10 02:52:04
2025 (r1929035)
+++ incubator/toree/site/contributing/index.html Fri Oct 10 03:05:16
2025 (r1929036)
@@ -365,14 +365,14 @@ if there is sufficient memory.
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/css/main.css
==============================================================================
--- incubator/toree/site/css/main.css Fri Oct 10 02:52:04 2025
(r1929035)
+++ incubator/toree/site/css/main.css Fri Oct 10 03:05:16 2025
(r1929036)
@@ -5,7 +5,8 @@ body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
margin: 0;
- padding: 0; }
+ padding: 0;
+}
/**
* Basic styling
@@ -19,7 +20,8 @@ body {
-moz-font-feature-settings: "kern" 1;
-o-font-feature-settings: "kern" 1;
font-feature-settings: "kern" 1;
- font-kerning: normal; }
+ font-kerning: normal;
+}
/**
* Set `margin-bottom` to maintain vertical rhythm
@@ -28,51 +30,61 @@ h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
- margin-bottom: 15px; }
+ margin-bottom: 15px;
+}
/**
* Images
*/
img {
max-width: 100%;
- vertical-align: middle; }
+ vertical-align: middle;
+}
/**
* Figures
*/
figure > img {
- display: block; }
+ display: block;
+}
figcaption {
- font-size: 14px; }
+ font-size: 14px;
+}
/**
* Lists
*/
ul, ol {
- margin-left: 30px; }
+ margin-left: 30px;
+}
li > ul,
li > ol {
- margin-bottom: 0; }
+ margin-bottom: 0;
+}
/**
* Headings
*/
h1, h2, h3, h4, h5, h6 {
- font-weight: 400; }
+ font-weight: 400;
+}
/**
* Links
*/
a {
color: #2a7ae2;
- text-decoration: none; }
- a:visited {
- color: #1756a9; }
- a:hover {
- color: #111;
- text-decoration: underline; }
+ text-decoration: none;
+}
+a:visited {
+ color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
+}
+a:hover {
+ color: #111;
+ text-decoration: underline;
+}
/**
* Blockquotes
@@ -83,9 +95,11 @@ blockquote {
padding-left: 15px;
font-size: 18px;
letter-spacing: -1px;
- font-style: italic; }
- blockquote > :last-child {
- margin-bottom: 0; }
+ font-style: italic;
+}
+blockquote > :last-child {
+ margin-bottom: 0;
+}
/**
* Code formatting
@@ -95,43 +109,51 @@ code {
font-size: 15px;
border: 1px solid #e8e8e8;
border-radius: 3px;
- background-color: #eef; }
+ background-color: #eef;
+}
code {
- padding: 1px 5px; }
+ padding: 1px 5px;
+}
pre {
padding: 8px 12px;
- overflow-x: auto; }
- pre > code {
- border: 0;
- padding-right: 0;
- padding-left: 0; }
+ overflow-x: auto;
+}
+pre > code {
+ border: 0;
+ padding-right: 0;
+ padding-left: 0;
+}
/**
* Wrapper
*/
.wrapper {
max-width: -webkit-calc(800px - (30px * 2));
- max-width: calc(800px - (30px * 2));
+ max-width: calc(800px - 30px * 2);
margin-right: auto;
margin-left: auto;
padding-right: 30px;
- padding-left: 30px; }
- @media screen and (max-width: 800px) {
- .wrapper {
- max-width: -webkit-calc(800px - (30px));
- max-width: calc(800px - (30px));
- padding-right: 15px;
- padding-left: 15px; } }
+ padding-left: 30px;
+}
+@media screen and (max-width: 800px) {
+ .wrapper {
+ max-width: -webkit-calc(800px - (30px));
+ max-width: calc(800px - (30px));
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
/**
* Clearfix
*/
-.wrapper:after, .footer-col-wrapper:after {
+.footer-col-wrapper:after, .wrapper:after {
content: "";
display: table;
- clear: both; }
+ clear: both;
+}
/**
* Icons
@@ -140,18 +162,21 @@ pre {
display: inline-block;
width: 16px;
height: 16px;
- vertical-align: middle; }
- .icon > svg path {
- fill: #828282; }
+ vertical-align: middle;
+}
+.icon > svg path {
+ fill: #828282;
+}
/**
* Site header
*/
.site-header {
- border-top: 5px solid #424242;
+ border-top: 5px solid rgb(66.25, 66.25, 66.25);
border-bottom: 1px solid #e8e8e8;
min-height: 56px;
- position: relative; }
+ position: relative;
+}
.site-title {
font-size: 26px;
@@ -159,299 +184,411 @@ pre {
line-height: 56px;
letter-spacing: -1px;
margin-bottom: 0;
- float: left; }
- .site-title, .site-title:visited {
- color: #424242; }
+ float: left;
+}
+.site-title, .site-title:visited {
+ color: rgb(66.25, 66.25, 66.25);
+}
.site-nav {
float: right;
- line-height: 56px; }
+ line-height: 56px;
+}
+.site-nav .menu-icon {
+ display: none;
+}
+.site-nav .page-link {
+ color: #111;
+ line-height: 1.5;
+}
+.site-nav .page-link:not(:last-child) {
+ margin-right: 20px;
+}
+@media screen and (max-width: 600px) {
+ .site-nav {
+ position: absolute;
+ top: 9px;
+ right: 15px;
+ background-color: #fdfdfd;
+ border: 1px solid #e8e8e8;
+ border-radius: 5px;
+ text-align: right;
+ }
.site-nav .menu-icon {
- display: none; }
+ display: block;
+ float: right;
+ width: 36px;
+ height: 26px;
+ line-height: 0;
+ padding-top: 10px;
+ text-align: center;
+ }
+ .site-nav .menu-icon > svg {
+ width: 18px;
+ height: 15px;
+ }
+ .site-nav .menu-icon > svg path {
+ fill: rgb(66.25, 66.25, 66.25);
+ }
+ .site-nav .trigger {
+ clear: both;
+ display: none;
+ }
+ .site-nav:hover .trigger {
+ display: block;
+ padding-bottom: 5px;
+ }
+ .site-nav .page-link {
+ display: block;
+ padding: 5px 10px;
+ }
+ .site-nav .page-link:not(:last-child) {
+ margin-right: 0;
+ }
.site-nav .page-link {
- color: #111;
- line-height: 1.5; }
- .site-nav .page-link:not(:last-child) {
- margin-right: 20px; }
- @media screen and (max-width: 600px) {
- .site-nav {
- position: absolute;
- top: 9px;
- right: 15px;
- background-color: #fdfdfd;
- border: 1px solid #e8e8e8;
- border-radius: 5px;
- text-align: right; }
- .site-nav .menu-icon {
- display: block;
- float: right;
- width: 36px;
- height: 26px;
- line-height: 0;
- padding-top: 10px;
- text-align: center; }
- .site-nav .menu-icon > svg {
- width: 18px;
- height: 15px; }
- .site-nav .menu-icon > svg path {
- fill: #424242; }
- .site-nav .trigger {
- clear: both;
- display: none; }
- .site-nav:hover .trigger {
- display: block;
- padding-bottom: 5px; }
- .site-nav .page-link {
- display: block;
- padding: 5px 10px;
- margin-left: 20px; }
- .site-nav .page-link:not(:last-child) {
- margin-right: 0; } }
+ margin-left: 20px;
+ }
+}
/**
* Site footer
*/
.site-footer {
border-top: 1px solid #e8e8e8;
- padding: 30px 0; }
+ padding: 30px 0;
+}
.footer-heading {
font-size: 18px;
- margin-bottom: 15px; }
+ margin-bottom: 15px;
+}
.contact-list,
.social-media-list {
list-style: none;
- margin-left: 0; }
+ margin-left: 0;
+}
.footer-col-wrapper {
font-size: 15px;
color: #828282;
- margin-left: -15px; }
+ margin-left: -15px;
+}
.footer-col {
float: left;
margin-bottom: 15px;
- padding-left: 15px; }
+ padding-left: 15px;
+}
.footer-col-1 {
width: -webkit-calc(35% - (30px / 2));
- width: calc(35% - (30px / 2)); }
+ width: calc(35% - 30px / 2);
+}
.footer-col-2 {
width: -webkit-calc(20% - (30px / 2));
- width: calc(20% - (30px / 2)); }
+ width: calc(20% - 30px / 2);
+}
.footer-col-3 {
width: -webkit-calc(45% - (30px / 2));
- width: calc(45% - (30px / 2)); }
+ width: calc(45% - 30px / 2);
+}
@media screen and (max-width: 800px) {
.footer-col-1,
.footer-col-2 {
width: -webkit-calc(50% - (30px / 2));
- width: calc(50% - (30px / 2)); }
-
+ width: calc(50% - 30px / 2);
+ }
.footer-col-3 {
width: -webkit-calc(100% - (30px / 2));
- width: calc(100% - (30px / 2)); } }
+ width: calc(100% - 30px / 2);
+ }
+}
@media screen and (max-width: 600px) {
.footer-col {
float: none;
width: -webkit-calc(100% - (30px / 2));
- width: calc(100% - (30px / 2)); } }
+ width: calc(100% - 30px / 2);
+ }
+}
/**
* Page content
*/
.page-content {
- padding: 30px 0; }
+ padding: 30px 0;
+}
.page-heading {
- font-size: 20px; }
+ font-size: 20px;
+}
.post-list {
margin-left: 0;
- list-style: none; }
- .post-list > li {
- margin-bottom: 30px; }
+ list-style: none;
+}
+.post-list > li {
+ margin-bottom: 30px;
+}
.post-meta {
font-size: 14px;
- color: #828282; }
+ color: #828282;
+}
.post-link {
display: block;
- font-size: 24px; }
+ font-size: 24px;
+}
/**
* Posts
*/
.post-header {
- margin-bottom: 30px; }
+ margin-bottom: 30px;
+}
.post-title {
font-size: 42px;
letter-spacing: -1px;
- line-height: 1; }
- @media screen and (max-width: 800px) {
- .post-title {
- font-size: 36px; } }
+ line-height: 1;
+}
+@media screen and (max-width: 800px) {
+ .post-title {
+ font-size: 36px;
+ }
+}
.post-content {
- margin-bottom: 30px; }
+ margin-bottom: 30px;
+}
+.post-content h2 {
+ font-size: 32px;
+}
+@media screen and (max-width: 800px) {
.post-content h2 {
- font-size: 32px; }
- @media screen and (max-width: 800px) {
- .post-content h2 {
- font-size: 28px; } }
+ font-size: 28px;
+ }
+}
+.post-content h3 {
+ font-size: 26px;
+}
+@media screen and (max-width: 800px) {
.post-content h3 {
- font-size: 26px; }
- @media screen and (max-width: 800px) {
- .post-content h3 {
- font-size: 22px; } }
+ font-size: 22px;
+ }
+}
+.post-content h4 {
+ font-size: 20px;
+}
+@media screen and (max-width: 800px) {
.post-content h4 {
- font-size: 20px; }
- @media screen and (max-width: 800px) {
- .post-content h4 {
- font-size: 18px; } }
+ font-size: 18px;
+ }
+}
/**
* Syntax highlighting styles
*/
.highlight {
- background: #fff; }
- .highlighter-rouge .highlight {
- background: #eef; }
- .highlight .c {
- color: #998;
- font-style: italic; }
- .highlight .err {
- color: #a61717;
- background-color: #e3d2d2; }
- .highlight .k {
- font-weight: bold; }
- .highlight .o {
- font-weight: bold; }
- .highlight .cm {
- color: #998;
- font-style: italic; }
- .highlight .cp {
- color: #999;
- font-weight: bold; }
- .highlight .c1 {
- color: #998;
- font-style: italic; }
- .highlight .cs {
- color: #999;
- font-weight: bold;
- font-style: italic; }
- .highlight .gd {
- color: #000;
- background-color: #fdd; }
- .highlight .gd .x {
- color: #000;
- background-color: #faa; }
- .highlight .ge {
- font-style: italic; }
- .highlight .gr {
- color: #a00; }
- .highlight .gh {
- color: #999; }
- .highlight .gi {
- color: #000;
- background-color: #dfd; }
- .highlight .gi .x {
- color: #000;
- background-color: #afa; }
- .highlight .go {
- color: #888; }
- .highlight .gp {
- color: #555; }
- .highlight .gs {
- font-weight: bold; }
- .highlight .gu {
- color: #aaa; }
- .highlight .gt {
- color: #a00; }
- .highlight .kc {
- font-weight: bold; }
- .highlight .kd {
- font-weight: bold; }
- .highlight .kp {
- font-weight: bold; }
- .highlight .kr {
- font-weight: bold; }
- .highlight .kt {
- color: #458;
- font-weight: bold; }
- .highlight .m {
- color: #099; }
- .highlight .s {
- color: #d14; }
- .highlight .na {
- color: #008080; }
- .highlight .nb {
- color: #0086B3; }
- .highlight .nc {
- color: #458;
- font-weight: bold; }
- .highlight .no {
- color: #008080; }
- .highlight .ni {
- color: #800080; }
- .highlight .ne {
- color: #900;
- font-weight: bold; }
- .highlight .nf {
- color: #900;
- font-weight: bold; }
- .highlight .nn {
- color: #555; }
- .highlight .nt {
- color: #000080; }
- .highlight .nv {
- color: #008080; }
- .highlight .ow {
- font-weight: bold; }
- .highlight .w {
- color: #bbb; }
- .highlight .mf {
- color: #099; }
- .highlight .mh {
- color: #099; }
- .highlight .mi {
- color: #099; }
- .highlight .mo {
- color: #099; }
- .highlight .sb {
- color: #d14; }
- .highlight .sc {
- color: #d14; }
- .highlight .sd {
- color: #d14; }
- .highlight .s2 {
- color: #d14; }
- .highlight .se {
- color: #d14; }
- .highlight .sh {
- color: #d14; }
- .highlight .si {
- color: #d14; }
- .highlight .sx {
- color: #d14; }
- .highlight .sr {
- color: #009926; }
- .highlight .s1 {
- color: #d14; }
- .highlight .ss {
- color: #990073; }
- .highlight .bp {
- color: #999; }
- .highlight .vc {
- color: #008080; }
- .highlight .vg {
- color: #008080; }
- .highlight .vi {
- color: #008080; }
- .highlight .il {
- color: #099; }
+ background: #fff;
+}
+.highlighter-rouge .highlight {
+ background: #eef;
+}
+.highlight .c {
+ color: #998;
+ font-style: italic;
+}
+.highlight .err {
+ color: #a61717;
+ background-color: #e3d2d2;
+}
+.highlight .k {
+ font-weight: bold;
+}
+.highlight .o {
+ font-weight: bold;
+}
+.highlight .cm {
+ color: #998;
+ font-style: italic;
+}
+.highlight .cp {
+ color: #999;
+ font-weight: bold;
+}
+.highlight .c1 {
+ color: #998;
+ font-style: italic;
+}
+.highlight .cs {
+ color: #999;
+ font-weight: bold;
+ font-style: italic;
+}
+.highlight .gd {
+ color: #000;
+ background-color: #fdd;
+}
+.highlight .gd .x {
+ color: #000;
+ background-color: #faa;
+}
+.highlight .ge {
+ font-style: italic;
+}
+.highlight .gr {
+ color: #a00;
+}
+.highlight .gh {
+ color: #999;
+}
+.highlight .gi {
+ color: #000;
+ background-color: #dfd;
+}
+.highlight .gi .x {
+ color: #000;
+ background-color: #afa;
+}
+.highlight .go {
+ color: #888;
+}
+.highlight .gp {
+ color: #555;
+}
+.highlight .gs {
+ font-weight: bold;
+}
+.highlight .gu {
+ color: #aaa;
+}
+.highlight .gt {
+ color: #a00;
+}
+.highlight .kc {
+ font-weight: bold;
+}
+.highlight .kd {
+ font-weight: bold;
+}
+.highlight .kp {
+ font-weight: bold;
+}
+.highlight .kr {
+ font-weight: bold;
+}
+.highlight .kt {
+ color: #458;
+ font-weight: bold;
+}
+.highlight .m {
+ color: #099;
+}
+.highlight .s {
+ color: #d14;
+}
+.highlight .na {
+ color: #008080;
+}
+.highlight .nb {
+ color: #0086B3;
+}
+.highlight .nc {
+ color: #458;
+ font-weight: bold;
+}
+.highlight .no {
+ color: #008080;
+}
+.highlight .ni {
+ color: #800080;
+}
+.highlight .ne {
+ color: #900;
+ font-weight: bold;
+}
+.highlight .nf {
+ color: #900;
+ font-weight: bold;
+}
+.highlight .nn {
+ color: #555;
+}
+.highlight .nt {
+ color: #000080;
+}
+.highlight .nv {
+ color: #008080;
+}
+.highlight .ow {
+ font-weight: bold;
+}
+.highlight .w {
+ color: #bbb;
+}
+.highlight .mf {
+ color: #099;
+}
+.highlight .mh {
+ color: #099;
+}
+.highlight .mi {
+ color: #099;
+}
+.highlight .mo {
+ color: #099;
+}
+.highlight .sb {
+ color: #d14;
+}
+.highlight .sc {
+ color: #d14;
+}
+.highlight .sd {
+ color: #d14;
+}
+.highlight .s2 {
+ color: #d14;
+}
+.highlight .se {
+ color: #d14;
+}
+.highlight .sh {
+ color: #d14;
+}
+.highlight .si {
+ color: #d14;
+}
+.highlight .sx {
+ color: #d14;
+}
+.highlight .sr {
+ color: #009926;
+}
+.highlight .s1 {
+ color: #d14;
+}
+.highlight .ss {
+ color: #990073;
+}
+.highlight .bp {
+ color: #999;
+}
+.highlight .vc {
+ color: #008080;
+}
+.highlight .vg {
+ color: #008080;
+}
+.highlight .vi {
+ color: #008080;
+}
+.highlight .il {
+ color: #099;
+}
+
+/*# sourceMappingURL=main.css.map */
\ No newline at end of file
Added: incubator/toree/site/css/main.css.map
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ incubator/toree/site/css/main.css.map Fri Oct 10 03:05:16 2025
(r1929036)
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["../_sass/_base.scss","main.scss","../_sass/_layout.scss","../_sass/_syntax-highlighting.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAGA;AAAA;AAAA;EAGI;EACA;;;AAKJ;AAAA;AAAA;AAGA;EACI;EACA,OCJe;EDKf,kBCJe;EDKf;EACA;EACA;EACA;EACA;EACA;;;AAKJ;AAAA;AAAA;AAGA;AAAA;AAAA;AAAA;EAII;;;AAKJ;AAAA;AAAA;AAGA;EACI;EACA;;;AAKJ;AAAA;AAAA;AAGA;EACI;;;AAGJ;EACI,WCnDe;;;ADwDnB;AAAA;AAAA;AAGA;EACI,aCzDe;;;AD6Df;AAAA;EAEK;;;AAMT;AAAA;AAAA;AAGA;EACI,aC7Ee;;;ADkFnB;AAAA;AAAA;AAGA;EACI,OC9Ee;ED+Ef;;AAEA;EACI;;AAGJ;EACI,OCxFW;EDyFX;;;AAMR;AAAA;AAAA;AAGA;EACI,OC/Fe;EDgGf;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAMR;AAAA;AAAA;AAGA;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;;AAMR;AAAA;AAAA;AAGA;EACI;EACA;EACA;EACA;EACA,eCvJe;EDwJf,cCxJe;;AAyBf;EDyHJ;IAUQ;IACA;IACA;IACA;;;;AAMR;AAAA;AAAA;AAKI;EACI;EACA;EACA;;;AAMR;AAAA;AAAA;AAKI;EACI;EACA;EACA;EACA;;AAEA;EACI,MCzLO;;;ACjBnB;AAAA;AAAA;AAGA;EACI;EACA;EACA;EAGA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EA
CA;;AAEA;EAEI,ODHW;;;ACOnB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,ODtBW;ECuBX,aD3BW;;AC8BX;EACI;;ADJR;ECVJ;IAmBQ;IACA;IACA;IACA,kBDlCW;ICmCX;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAEA;IACI,MDhDD;;ECqDX;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;;EALR;IAOI;;;;AAOZ;AAAA;AAAA;AAGA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;EACA,ODpGe;ECqGf;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;ADxGA;EC4GA;AAAA;IAEI;IACA;;EAGJ;IACI;IACA;;;ADpHJ;ECyHA;IACI;IACA;IACA;;;AAMR;AAAA;AAAA;AAGA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI,eD3KW;;;AC+KnB;EACI,WDnLe;ECoLf,OD3Ke;;;AC8KnB;EACI;EACA;;;AAKJ;AAAA;AAAA;AAGA;EACI,eD/Le;;;ACkMnB;EACI;EACA;EACA;;AD5KA;ECyKJ;IAMQ;;;;AAIR;EACI,eD7Me;;AC+Mf;EACI;;ADvLJ;ECsLA;IAIQ;;;AAIR;EACI;;AD/LJ;EC8LA;IAIQ;;;AAIR;EACI;;ADvMJ;ECsMA;IAIQ;;;;AC9OZ;AAAA;AAAA;AAGA;EACI;;AAGA;EACE;;AAGF;EAAS;EAAa;;AACtB;EAAS;EAAgB;;AACzB;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACt
B;EAAS;EAAa;EAAmB;;AACzC;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS","sourcesContent":["/**\n
* Reset some basic elements\n */\nbody, h1, h2, h3, h4, h5, h6,\np,
blockquote, pre, hr,\ndl, dd, ol, ul, figure {\n margin: 0;\n padding:
0;\n}\n\n\n\n/**\n * Basic styling\n */\nbody {\n font: $base-font-weight
#{$base-font-size}/#{$base-line-height} $base-font-family;\n color:
$text-color;\n background-color: $background-co
lor;\n -webkit-text-size-adjust: 100%;\n -webkit-font-feature-settings:
\"kern\" 1;\n -moz-font-feature-settings: \"kern\" 1;\n
-o-font-feature-settings: \"kern\" 1;\n font-feature-settings: \"kern\" 1;\n
font-kerning: normal;\n}\n\n\n\n/**\n * Set `margin-bottom` to maintain
vertical rhythm\n */\nh1, h2, h3, h4, h5, h6,\np, blockquote, pre,\nul, ol, dl,
figure,\n%vertical-rhythm {\n margin-bottom: $spacing-unit /
2;\n}\n\n\n\n/**\n * Images\n */\nimg {\n max-width: 100%;\n
vertical-align: middle;\n}\n\n\n\n/**\n * Figures\n */\nfigure > img {\n
display: block;\n}\n\nfigcaption {\n font-size:
$small-font-size;\n}\n\n\n\n/**\n * Lists\n */\nul, ol {\n margin-left:
$spacing-unit;\n}\n\nli {\n > ul,\n > ol {\n margin-bottom: 0;\n
}\n}\n\n\n\n/**\n * Headings\n */\nh1, h2, h3, h4, h5, h6 {\n font-weight:
$base-font-weight;\n}\n\n\n\n/**\n * Links\n */\na {\n color:
$brand-color;\n text-decoration: none;\n\n &:visited {\n
color: darken($brand-color, 15%);\n }\n\n &:hover {\n
color: $text-color;\n text-decoration: underline;\n }\n}\n\n\n\n/**\n
* Blockquotes\n */\nblockquote {\n color: $grey-color;\n border-left: 4px
solid $grey-color-light;\n padding-left: $spacing-unit / 2;\n font-size:
18px;\n letter-spacing: -1px;\n font-style: italic;\n\n > :last-child
{\n margin-bottom: 0;\n }\n}\n\n\n\n/**\n * Code formatting\n
*/\npre,\ncode {\n font-size: 15px;\n border: 1px solid
$grey-color-light;\n border-radius: 3px;\n background-color:
#eef;\n}\n\ncode {\n padding: 1px 5px;\n}\n\npre {\n padding: 8px 12px;\n
overflow-x: auto;\n\n > code {\n border: 0;\n
padding-right: 0;\n padding-left: 0;\n }\n}\n\n\n\n/**\n * Wrapper\n
*/\n.wrapper {\n max-width: -webkit-calc(#{$content-width} -
(#{$spacing-unit} * 2));\n max-width: calc(#{$content-width} -
(#{$spacing-unit} * 2));\n margin-right
: auto;\n margin-left: auto;\n padding-right: $spacing-unit;\n
padding-left: $spacing-unit;\n @extend %clearfix;\n\n @include
media-query($on-laptop) {\n max-width: -webkit-calc(#{$content-width} -
(#{$spacing-unit}));\n max-width: calc(#{$content-width} -
(#{$spacing-unit}));\n padding-right: $spacing-unit / 2;\n
padding-left: $spacing-unit / 2;\n }\n}\n\n\n\n/**\n * Clearfix\n
*/\n%clearfix {\n\n &:after {\n content: \"\";\n display:
table;\n clear: both;\n }\n}\n\n\n\n/**\n * Icons\n */\n.icon {\n\n
> svg {\n display: inline-block;\n width: 16px;\n height:
16px;\n vertical-align: middle;\n\n path {\n fill:
$grey-color;\n }\n }\n}\n","@charset \"utf-8\";\n\n\n\n// Our
variables\n$base-font-family: \"Helvetica Neue\", Helvetica, Arial,
sans-serif;\n$base-font-size: 16px;\n$base-font-weight:
400;\n$small-font-size: $base-font-size * 0.875;\n$
base-line-height: 1.5;\n\n$spacing-unit: 30px;\n\n$text-color:
#111;\n$background-color: #fdfdfd;\n$brand-color: #2a7ae2;\n\n$grey-color:
#828282;\n$grey-color-light: lighten($grey-color,
40%);\n$grey-color-dark: darken($grey-color, 25%);\n\n// Width of the content
area\n$content-width: 800px;\n\n$on-palm: 600px;\n$on-laptop:
800px;\n\n\n// Use media queries like this:\n// @include media-query($on-palm)
{\n// .wrapper {\n// padding-right: $spacing-unit / 2;\n//
padding-left: $spacing-unit / 2;\n// }\n// }\n@mixin media-query($device)
{\n @media screen and (max-width: $device) {\n @content;\n
}\n}\n\n// Import partials from `sass_dir` (defaults to `_sass`)\n@import\n
\"base\",\n \"layout\",\n \"syntax-highlighting\"\n;\n","/**\n
* Site header\n */\n.site-header {\n border-top: 5px solid
$grey-color-dark;\n border-bottom: 1px solid $grey-color-light;\n
min-height: 56px;\n\n /
/ Positioning context for the mobile navigation icon\n position:
relative;\n}\n\n.site-title {\n font-size: 26px;\n font-weight: 300;\n
line-height: 56px;\n letter-spacing: -1px;\n margin-bottom: 0;\n
float: left;\n\n &,\n &:visited {\n color: $grey-color-dark;\n
}\n}\n\n.site-nav {\n float: right;\n line-height: 56px;\n\n
.menu-icon {\n display: none;\n }\n\n .page-link {\n color:
$text-color;\n line-height: $base-line-height;\n\n // Gaps
between nav items, but not on the last one\n &:not(:last-child) {\n
margin-right: 20px;\n }\n }\n\n @include
media-query($on-palm) {\n position: absolute;\n top: 9px;\n
right: $spacing-unit / 2;\n background-color: $background-color;\n
border: 1px solid $grey-color-light;\n border-radius: 5px;\n
text-align: right;\n\n .menu-icon {\n display: block;\n
float: righ
t;\n width: 36px;\n height: 26px;\n
line-height: 0;\n padding-top: 10px;\n text-align:
center;\n\n > svg {\n width: 18px;\n
height: 15px;\n\n path {\n fill:
$grey-color-dark;\n }\n }\n }\n\n
.trigger {\n clear: both;\n display: none;\n }\n\n
&:hover .trigger {\n display: block;\n
padding-bottom: 5px;\n }\n\n .page-link {\n display:
block;\n padding: 5px 10px;\n\n &:not(:last-child) {\n
margin-right: 0;\n }\n margin-left: 20px;\n
}\n }\n}\n\n\n\n/**\n * Site footer\n */\n.site-footer {\n
border-top: 1px solid $grey-color-light;\n padding: $spacing-unit
0;\n}\n\n.footer-heading {\n font-size: 18px;\n margin-bottom:
$spacing-unit / 2;\n}\n\n.contact-list,\n.
social-media-list {\n list-style: none;\n margin-left:
0;\n}\n\n.footer-col-wrapper {\n font-size: 15px;\n color: $grey-color;\n
margin-left: -$spacing-unit / 2;\n @extend %clearfix;\n}\n\n.footer-col
{\n float: left;\n margin-bottom: $spacing-unit / 2;\n padding-left:
$spacing-unit / 2;\n}\n\n.footer-col-1 {\n width: -webkit-calc(35% -
(#{$spacing-unit} / 2));\n width: calc(35% - (#{$spacing-unit} /
2));\n}\n\n.footer-col-2 {\n width: -webkit-calc(20% - (#{$spacing-unit} /
2));\n width: calc(20% - (#{$spacing-unit} /
2));\n}\n\n.footer-col-3 {\n width: -webkit-calc(45% - (#{$spacing-unit} /
2));\n width: calc(45% - (#{$spacing-unit} / 2));\n}\n\n@include
media-query($on-laptop) {\n .footer-col-1,\n .footer-col-2 {\n
width: -webkit-calc(50% - (#{$spacing-unit} / 2));\n width:
calc(50% - (#{$spacing-unit} / 2));\n }\n\n .footer-col-3 {\n
width: -webkit-calc(100% - (#{$spacing
-unit} / 2));\n width: calc(100% - (#{$spacing-unit} / 2));\n
}\n}\n\n@include media-query($on-palm) {\n .footer-col {\n float:
none;\n width: -webkit-calc(100% - (#{$spacing-unit} / 2));\n
width: calc(100% - (#{$spacing-unit} / 2));\n }\n}\n\n\n\n/**\n *
Page content\n */\n.page-content {\n padding: $spacing-unit
0;\n}\n\n.page-heading {\n font-size: 20px;\n}\n\n.post-list {\n
margin-left: 0;\n list-style: none;\n\n > li {\n margin-bottom:
$spacing-unit;\n }\n}\n\n.post-meta {\n font-size: $small-font-size;\n
color: $grey-color;\n}\n\n.post-link {\n display: block;\n font-size:
24px;\n}\n\n\n\n/**\n * Posts\n */\n.post-header {\n margin-bottom:
$spacing-unit;\n}\n\n.post-title {\n font-size: 42px;\n letter-spacing:
-1px;\n line-height: 1;\n\n @include media-query($on-laptop) {\n
font-size: 36px;\n }\n}\n\n.post-content {\n margin-bottom:
$spacing-unit;\n\n h2 {\n
font-size: 32px;\n\n @include media-query($on-laptop) {\n
font-size: 28px;\n }\n }\n\n h3 {\n font-size:
26px;\n\n @include media-query($on-laptop) {\n font-size:
22px;\n }\n }\n\n h4 {\n font-size: 20px;\n\n
@include media-query($on-laptop) {\n font-size: 18px;\n }\n
}\n}\n","/**\n * Syntax highlighting styles\n */\n.highlight {\n
background: #fff;\n @extend %vertical-rhythm;\n\n .highlighter-rouge &
{\n background: #eef;\n }\n\n .c { color: #998; font-style:
italic } // Comment\n .err { color: #a61717; background-color: #e3d2d2 }
// Error\n .k { font-weight: bold } // Keyword\n .o {
font-weight: bold } // Operator\n .cm { color: #998; font-style: italic }
// Comment.Multiline\n .cp { color: #999; font-weight: bold } //
Comment.Preproc\n .c1 { color: #998; font-style: italic } //
Comment.Single\n .cs { col
or: #999; font-weight: bold; font-style: italic } // Comment.Special\n .gd
{ color: #000; background-color: #fdd } // Generic.Deleted\n .gd .x {
color: #000; background-color: #faa } // Generic.Deleted.Specific\n .ge {
font-style: italic } // Generic.Emph\n .gr { color: #a00 } //
Generic.Error\n .gh { color: #999 } // Generic.Heading\n .gi {
color: #000; background-color: #dfd } // Generic.Inserted\n .gi .x { color:
#000; background-color: #afa } // Generic.Inserted.Specific\n .go {
color: #888 } // Generic.Output\n .gp { color: #555 } // Generic.Prompt\n
.gs { font-weight: bold } // Generic.Strong\n .gu { color: #aaa }
// Generic.Subheading\n .gt { color: #a00 } // Generic.Traceback\n .kc
{ font-weight: bold } // Keyword.Constant\n .kd { font-weight: bold }
// Keyword.Declaration\n .kp { font-weight: bold } // Keyword.Pseudo\n
.kr { font-weight: bold } // Keyword.Reserved\n .kt { color:
#458; font-weight: bold } // Keyword.Type\n .m { color: #099 } //
Literal.Number\n .s { color: #d14 } // Literal.String\n .na {
color: #008080 } // Name.Attribute\n .nb { color: #0086B3 } //
Name.Builtin\n .nc { color: #458; font-weight: bold } // Name.Class\n
.no { color: #008080 } // Name.Constant\n .ni { color: #800080 } //
Name.Entity\n .ne { color: #900; font-weight: bold } // Name.Exception\n
.nf { color: #900; font-weight: bold } // Name.Function\n .nn {
color: #555 } // Name.Namespace\n .nt { color: #000080 } // Name.Tag\n
.nv { color: #008080 } // Name.Variable\n .ow { font-weight: bold } //
Operator.Word\n .w { color: #bbb } // Text.Whitespace\n .mf {
color: #099 } // Literal.Number.Float\n .mh { color: #099 } //
Literal.Number.Hex\n .mi { color: #099 } // Literal.Number.Integer\n
.mo { color: #099 } // Literal.Number.Oct\n .sb { color: #d14 } //
Literal.Str
ing.Backtick\n .sc { color: #d14 } // Literal.String.Char\n .sd {
color: #d14 } // Literal.String.Doc\n .s2 { color: #d14 } //
Literal.String.Double\n .se { color: #d14 } // Literal.String.Escape\n
.sh { color: #d14 } // Literal.String.Heredoc\n .si { color: #d14 } //
Literal.String.Interpol\n .sx { color: #d14 } // Literal.String.Other\n
.sr { color: #009926 } // Literal.String.Regex\n .s1 { color: #d14 }
// Literal.String.Single\n .ss { color: #990073 } //
Literal.String.Symbol\n .bp { color: #999 } // Name.Builtin.Pseudo\n
.vc { color: #008080 } // Name.Variable.Class\n .vg { color: #008080 }
// Name.Variable.Global\n .vi { color: #008080 } //
Name.Variable.Instance\n .il { color: #099 } //
Literal.Number.Integer.Long\n}\n"],"file":"main.css"}
\ No newline at end of file
Modified:
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
==============================================================================
---
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
Fri Oct 10 02:52:04 2025 (r1929035)
+++
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
Fri Oct 10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -321,14 +326,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified:
incubator/toree/site/docs/current/developer/creating-extensions/index.html
==============================================================================
--- incubator/toree/site/docs/current/developer/creating-extensions/index.html
Fri Oct 10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/developer/creating-extensions/index.html
Fri Oct 10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -288,8 +293,12 @@
<h1 id="extending-to-apache-toree">Extending to Apache Toree</h1>
<ul>
- <li>What is pluggable</li>
- <li>Creating a magic</li>
+ <li>
+ <p>What is pluggable</p>
+ </li>
+ <li>
+ <p>Creating a magic</p>
+ </li>
</ul>
@@ -315,14 +324,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/docs/current/references/scaladocs/index.html
==============================================================================
--- incubator/toree/site/docs/current/references/scaladocs/index.html Fri Oct
10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/references/scaladocs/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -316,14 +321,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/docs/current/user/advanced-topics/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/advanced-topics/index.html Fri Oct
10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/user/advanced-topics/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -312,14 +317,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/docs/current/user/faq/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/faq/index.html Fri Oct 10
02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/user/faq/index.html Fri Oct 10
03:05:16 2025 (r1929036)
@@ -221,6 +221,11 @@
</li>
<li>
+ <a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
<a class="active"
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -340,14 +345,14 @@ For more information about the <code cla
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/docs/current/user/how-it-works/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/how-it-works/index.html Fri Oct
10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/user/how-it-works/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -366,14 +371,14 @@ a web application that uses Toree as the
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/docs/current/user/installation/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/installation/index.html Fri Oct
10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/user/installation/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -494,14 +499,14 @@ Execution halted
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Added: incubator/toree/site/docs/current/user/magics-overview/index.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ incubator/toree/site/docs/current/user/magics-overview/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -0,0 +1,637 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Magics Overview</title>
+
+ <meta name="author" content="">
+
+ <!-- Enable responsive viewport -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+ <!--[if lt IE 9]>
+ <script
src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
+ <!-- Le styles -->
+ <link href="/assets/themes/apache/bootstrap/css/bootstrap.css"
rel="stylesheet">
+ <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet"
type="text/css">
+ <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"
type="text/css" media="screen" />
+ <!-- Le fav and touch icons -->
+ <!-- Update these with your own images
+ <link rel="shortcut icon" href="images/favicon.ico">
+ <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+ <link rel="apple-touch-icon" sizes="72x72"
href="images/apple-touch-icon-72x72.png">
+ <link rel="apple-touch-icon" sizes="114x114"
href="images/apple-touch-icon-114x114.png">
+ -->
+
+ </head>
+
+ <body data-spy="scroll" data-target="#navbar" style="position: relative;">
+
+ <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="">
+ <img src="/assets/themes/apache/img/logo.png" width="50">
+ Apache Toree
+ </a>
+ </div>
+
+
+ <nav class="navbar-collapse collapse" role="navigation">
+ <ul class="nav navbar-nav navbar-right">
+
+ <li id="download">
+
+
+ <a href="/download" target="_self">Download</a>
+
+ </li>
+
+ <li id="documentation">
+
+ <a href="#" data-toggle="dropdown"
class="dropdown-toggle">Documentation<b class="caret"></b></a>
+ <ul class="dropdown-menu dropdown-left">
+
+
+ <li><a href="/docs/current/user/quick-start"
target="_self">User</a></li>
+
+
+ <li><a
href="/docs/current/developer/contributing-to-the-project"
target="_self">Developer</a></li>
+
+
+ <li><a href="/docs/current/references/scaladocs"
target="_self">References</a></li>
+
+ </ul>
+
+ </li>
+
+ <li id="community">
+
+ <a href="#" data-toggle="dropdown"
class="dropdown-toggle">Community<b class="caret"></b></a>
+ <ul class="dropdown-menu dropdown-left">
+
+
+ <li><a href="/community" target="_self">Get Involved</a></li>
+
+
+ <li><a href="/contributing"
target="_self">Contributing</a></li>
+
+
+ <li><a href="/community-members" target="_self">Project
Committers</a></li>
+
+ </ul>
+
+ </li>
+
+ <li id="github">
+
+ <a href="#" data-toggle="dropdown"
class="dropdown-toggle">GitHub<b class="caret"></b></a>
+ <ul class="dropdown-menu dropdown-left">
+
+
+ <li><a href="https://github.com/apache/incubator-toree"
target="_blank">Toree</a></li>
+
+
+ <li><a
href="https://github.com/apache/incubator-toree-website" target="_blank">Toree
Website</a></li>
+
+ </ul>
+
+ </li>
+
+ <li id="apache">
+
+ <a href="#" data-toggle="dropdown"
class="dropdown-toggle">Apache<b class="caret"></b></a>
+ <ul class="dropdown-menu dropdown-left">
+
+
+ <li><a
href="http://www.apache.org/foundation/how-it-works.html"
target="_blank">Apache Software Foundation</a></li>
+
+
+ <li><a href="http://www.apache.org/licenses/"
target="_blank">Apache License</a></li>
+
+
+ <li><a href="http://www.apache.org/foundation/sponsorship"
target="_blank">Sponsorship</a></li>
+
+
+ <li><a href="http://www.apache.org/foundation/thanks.html"
target="_blank">Thanks</a></li>
+
+
+ <li><a href="/privacy-policy" target="_self">Privacy
Policy</a></li>
+
+ </ul>
+
+ </li>
+
+ </ul>
+ </nav><!--/.navbar-collapse -->
+
+ </div>
+ </div>
+
+
+
+
+ <div class="container">
+
+
+<!--<div class="hero-unit Magics Overview">
+ <h1> <small>Apache Project !</small></h1>
+</div>
+-->
+
+<div class="row">
+ <div class="col-md-3" role="complementary">
+ <nav id="navbar" class="doc-nav" data-spy="affix" data-offset-top="60"
data-offset-bottom="200">
+
+
+
+
+ <style>
+ .doc-nav h3 {
+ text-transform: uppercase;
+ font-size: 2rem;
+ color: black;
+ }
+
+ .doc-nav a {
+ color: #666;
+ display: block;
+ margin-left: 0px;
+ font-weight: 400;
+ text-decoration: none;
+ padding-left: 0px !important;
+ }
+
+ .doc-nav a.active {
+ color: #C15757;
+ }
+
+ .doc-nav li .doc-section {
+ border-bottom: 1px solid #ccc;
+ }
+ .doc-nav li:last-child .doc-section {
+ border-bottom: 0px;
+ }
+ </style>
+ <ul class="nav">
+
+
+
+
+
+ <li>
+ <div class="doc-section">
+ <h3>User</h3>
+ <ul class="nav">
+
+ <li>
+ <a class=""
+ href="/docs/current/user/quick-start/">Quick
Start</a>
+ </li>
+
+ <li>
+ <a class=""
+
href="/docs/current/user/installation/">Installation</a>
+ </li>
+
+ <li>
+ <a class=""
+ href="/docs/current/user/how-it-works/">How it
works</a>
+ </li>
+
+ <li>
+ <a class=""
+
href="/docs/current/user/using-with-jupyter-notebooks/">Using with Jupyter
Notebooks</a>
+ </li>
+
+ <li>
+ <a class=""
+
href="/docs/current/user/using-standalone/">Using Standalone</a>
+ </li>
+
+ <li>
+ <a class="active"
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
+ href="/docs/current/user/faq/">FAQ</a>
+ </li>
+
+ <li>
+ <a class=""
+
href="/docs/current/user/advanced-topics/">Advanced Topics</a>
+ </li>
+
+ </ul>
+ </div>
+ </li>
+
+
+
+
+
+ <li>
+ <div class="doc-section">
+ <h3>Developer</h3>
+ <ul class="nav">
+
+ <li>
+ <a class=""
+
href="/docs/current/developer/contributing-to-the-project/">Contributing to the
Project</a>
+ </li>
+
+ <li>
+ <a class=""
+
href="/docs/current/developer/creating-extensions/">Creating Extensions</a>
+ </li>
+
+ </ul>
+ </div>
+ </li>
+
+
+
+
+
+ <li>
+ <div class="doc-section">
+ <h3>References</h3>
+ <ul class="nav">
+
+ <li>
+ <a class=""
+
href="/docs/current/references/scaladocs/">ScalaDocs</a>
+ </li>
+
+ </ul>
+ </div>
+ </li>
+
+ </ul>
+</nav>
+
+
+ </div>
+ <div class="col-md-9" role="main">
+ <!--
+
+-->
+
+<h1 id="overview-of-magics-for-apache-toree">Overview of magics for Apache
Toree</h1>
+
+<p>The concept of magics stems from IPython, where various pieces of
functionality
+are provided through line and cell magics. Line magics are represented by a
+single <code class="language-plaintext highlighter-rouge">%</code> followed by
the magic name (e.g. <code class="language-plaintext highlighter-rouge">%AddJar
<args></code>) and only
+allow for a single line of content. Cell magics are represented by <code
class="language-plaintext highlighter-rouge">%%</code>
+followed by the magic name (e.g. <code class="language-plaintext
highlighter-rouge">%%HTML <args></code>) and allow for multiple
+lines of content. See the examples below for more details.</p>
+
+<h2 id="line-magics">Line Magics</h2>
+
+<h3 id="description">Description</h3>
+
+<p>A line magic is basically a function that is supported by the kernel to
expand its capabilities.
+Line magics are placed at the beginning of a line, prefixed by a <code
class="language-plaintext highlighter-rouge">%</code> symbol, and receive the
rest of the line as arguments:</p>
+
+<div class="language-scala highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="c1">// foo and bar will be arguments to
ExampleLineMagic</span>
+<span class="o">%</span><span class="nc">ExampleLineMagic</span> <span
class="n">foo</span> <span class="n">bar</span>
+</code></pre></div></div>
+
+<p>Multiple line magics can be invoked in a single cell:</p>
+
+<div class="language-scala highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">val</span> <span class="nv">x</span>
<span class="k">=</span> <span class="mi">3</span>
+<span class="o">%</span><span class="nc">AddDeps</span> <span
class="nv">com</span><span class="o">.</span><span
class="py">google</span><span class="o">.</span><span class="py">guava</span>
<span class="n">guava</span> <span class="mf">18.0</span>
+<span class="k">val</span> <span class="nv">z</span> <span class="k">=</span>
<span class="mi">5</span>
+<span class="o">%</span><span class="n">lsmagic</span>
+<span class="k">import</span> <span
class="nn">com.google.common.base.Strings._</span>
+</code></pre></div></div>
+
+<h3 id="other-things-to-note">Other Things to Note</h3>
+
+<ul>
+ <li>
+ <p>Magic names are case insensitive; if a line magic <code
class="language-plaintext highlighter-rouge">AddJar</code> exists, then <code
class="language-plaintext highlighter-rouge">%addjar</code>, <code
class="language-plaintext highlighter-rouge">%ADDJar</code>, and all other
variants are valid.</p>
+ </li>
+ <li>
+ <p>Each magic has its own arguments; usage information can be obtained for
a magic by typing <code class="language-plaintext
highlighter-rouge">%<MagicName></code>.</p>
+ </li>
+ <li>
+ <p>Line magics receive the <em>literal</em> rest of the line as arguments,
so the following string interpolation will not work:</p>
+ <div class="language-scala highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nf">for</span><span
class="o">(</span><span class="n">i</span> <span class="k"><-</span> <span
class="o">(</span><span class="mi">1</span> <span class="n">to</span> <span
class="mi">10</span><span class="o">))</span>
+<span class="o">%</span><span class="n">addDeps</span> <span
class="n">s</span><span class="s">"com.google.guava guava $i"</span>
+</code></pre></div> </div>
+ </li>
+</ul>
+
+<h3 id="available-line-magics">Available Line Magics</h3>
+
+<ul>
+ <li>
+ <p><strong>AddDeps</strong> _<my.company> <artifact-id> <version>
[--transitive]_</version></artifact-id></my.company></p>
+
+ <ul>
+ <li>
+ <p>Adds the specified dependencies from Maven Central to the Spark
Kernel
+and Spark cluster</p>
+ </li>
+ <li>
+ <p>Requires the company name, artifact id, and version of the
dependency</p>
+ </li>
+ <li>
+ <p>Including <em>–transitive</em> will include all needed
dependencies</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+ <ul>
+ <li>Adding a single library with all of its dependencies
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%</span><span
class="nc">AddDeps</span> <span class="nv">org</span><span
class="o">.</span><span class="py">apache</span><span class="o">.</span><span
class="py">spark</span> <span class="n">spark</span><span
class="o">-</span><span class="n">streaming</span><span class="o">-</span><span
class="n">kafka_2</span><span class="o">.</span><span class="mi">10</span>
<span class="mf">1.1</span><span class="o">.</span><span class="mi">0</span>
<span class="o">--</span><span class="n">transitive</span>
+</code></pre></div> </div>
+ </li>
+ <li>Using the programmatic API
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span
class="nv">kernel</span><span class="o">.</span><span
class="py">magics</span><span class="o">.</span><span
class="py">addDeps</span><span class="o">(</span><span
class="s">"org.apache.spark spark-streaming-kafka_2.10 1.1.0
--transitive"</span><span class="o">)</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>AddJar</strong> _<jar-path> [-f]_</jar-path></p>
+
+ <ul>
+ <li>
+ <p>Adds the specified jars to the Spark Kernel and Spark cluster</p>
+ </li>
+ <li>
+ <p>Requires the path to the jar, which can either be a local path or
remote
+jar hosted via HTTP</p>
+ </li>
+ <li>
+ <p>Including <em>-f</em> will ignore any cached jars and redownload
remote
+jars</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Adding a single jar from HTTP and forcing redownload if cached
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%</span><span
class="nc">AddJar</span> <span class="n">http</span><span
class="o">://</span><span class="nv">example</span><span
class="o">.</span><span class="py">com</span><span class="o">/</span><span
class="nv">some_lib</span><span class="o">.</span><span class="py">jar</span>
<span class="o">-</span><span class="n">f</span>
+</code></pre></div> </div>
+ </li>
+ <li>Adding a single jar from the file system relative to the kernel
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%</span><span
class="nc">AddJar</span> <span class="n">file</span><span
class="o">:/</span><span class="n">path</span><span class="o">/</span><span
class="n">to</span><span class="o">/</span><span class="n">some</span><span
class="o">/</span><span class="nv">lib</span><span class="o">.</span><span
class="py">jar</span>
+</code></pre></div> </div>
+ </li>
+ <li>Using the programmatic API
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span
class="nv">kernel</span><span class="o">.</span><span
class="py">magics</span><span class="o">.</span><span
class="py">addJar</span><span class="o">(</span><span
class="s">"http://example.com/some_lib.jar -f"</span><span class="o">)</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>LSMagic</strong></p>
+
+ <ul>
+ <li>
+ <p>Lists all available magics in the kernel</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Percent syntax
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%</span><span
class="nc">LSMagic</span>
+</code></pre></div> </div>
+ </li>
+ <li>Using the programmatic API
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span
class="nv">kernel</span><span class="o">.</span><span
class="py">magics</span><span class="o">.</span><span
class="py">lsMagic</span><span class="o">()</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>ShowTypes</strong></p>
+
+ <ul>
+ <li>
+ <p>Controls whether type information for a result is displayed.</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Get current ShowTypes status
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code><span class="o">%</span><span
class="nc">ShowTypes</span>
+</code></pre></div> </div>
+ </li>
+ <li>Enable ShowTypes
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code><span class="o">%</span><span
class="nc">ShowTypes</span> <span class="n">on</span>
+</code></pre></div> </div>
+ </li>
+ <li>Disable ShowTypes
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code><span class="o">%</span><span
class="nc">ShowTypes</span> <span class="n">off</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>Truncation</strong></p>
+
+ <ul>
+ <li>
+ <p>Control whether statements results are truncated or not (default
on)</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Get current truncation status
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code><span class="o">%</span><span
class="nc">Truncation</span>
+</code></pre></div> </div>
+ </li>
+ <li>Enable truncation
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code><span class="o">%</span><span
class="nc">Truncation</span> <span class="n">on</span>
+</code></pre></div> </div>
+ </li>
+ <li>Disable truncation
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code><span class="o">%</span><span
class="nc">Truncation</span> <span class="n">off</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+<h2 id="cell-magics">Cell Magics</h2>
+
+<h3 id="description-1">Description</h3>
+
+<p>Cell Magics are magics that take the rest of the cell as input. Unlike Line
Magics, Cell Magics can alter the output of a cell and must be the first thing
in the cell.</p>
+
+<p>As an example, the <code class="language-plaintext
highlighter-rouge">%%HTML</code> cell magic renders the contents of the cell as
HTML:</p>
+<div class="language-scala highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="o">%%</span><span class="nc">HTML</span>
+<span class="o"><</span><span class="n">h1</span><span
class="o">></span><span class="nc">Hello</span> <span
class="nc">World</span><span class="o">!</</span><span
class="n">h1</span><span class="o">></span>
+<span class="c1">// more arguments...</span>
+</code></pre></div></div>
+
+<p>Magic names are case insensitive, so <em>AddJar</em> is the same as
<em>addjar</em>.</p>
+
+<h3 id="available-cell-magics">Available Cell Magics</h3>
+
+<ul>
+ <li>
+ <p><strong>DataFrame</strong></p>
+
+ <ul>
+ <li>
+ <p>The %%DataFrame magic is used to convert a Spark SQL DataFrame into
various formats.
+ Currently, json, html, and csv are supported.</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Percent syntax
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%%</span><span
class="nc">DataFrame</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>Html</strong> _<html-code>_</html-code></p>
+
+ <ul>
+ <li>
+ <p>Returns the given code with a HTML MIME-type.</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Percent syntax
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%%</span><span
class="nc">Html</span>
+ <span class="o"><</span><span class="n">h1</span><span
class="o">></span><span class="nc">Hello</span><span
class="o"></</span><span class="n">h1</span><span class="o">></span>
+ <span class="o"><</span><span class="n">p</span><span
class="o">></span><span class="nc">World</span><span
class="o"></</span><span class="n">p</span><span class="o">></span>
+</code></pre></div> </div>
+ </li>
+ <li>Using the programmatic API
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span
class="nv">kernel</span><span class="o">.</span><span
class="py">magics</span><span class="o">.</span><span
class="py">html</span><span class="o">(</span><span
class="s">"<h1>Hello</h1><p>World</p>"</span><span
class="o">)</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>JavaScript</strong> _<javascript-code>_</javascript-code></p>
+
+ <ul>
+ <li>
+ <p>Returns the given code with an <code class="language-plaintext
highlighter-rouge">application/javascript</code> MIME-type.</p>
+ </li>
+ <li>
+ <p>Examples:</p>
+
+ <ul>
+ <li>Percent syntax
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span class="o">%%</span><span
class="nc">JavaScript</span>
+ <span class="k">var</span> <span class="n">x</span> <span class="k">=</span>
<span class="mi">3</span>
+ <span class="k">var</span> <span class="n">y</span> <span class="k">=</span>
<span class="n">x</span> <span class="o">+</span> <span class="mi">2</span>
+</code></pre></div> </div>
+ </li>
+ <li>Using the programmatic API
+ <div class="language-scala highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> <span
class="nv">kernel</span><span class="o">.</span><span
class="py">magics</span><span class="o">.</span><span
class="py">javascript</span><span class="o">(</span><span class="s">"var x = 3;
var y = x + 2"</span><span class="o">)</span>
+</code></pre></div> </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <p><strong>SQL</strong></p>
+ </li>
+</ul>
+
+<h2 id="examples">Examples</h2>
+
+<p>A <a
href="https://github.com/apache/incubator-toree/blob/master/etc/examples/notebooks/magic-tutorial.ipynb">Magic
Tutorial</a>
+notebook is available where one can learn more about magics and experiment
with its behavior.</p>
+
+ </div>
+</div>
+
+
+ <hr>
+ <footer>
+ <!-- <p>© 2025 </p>-->
+ <footer class="site-footer">
+ <div class="wrapper">
+ <div class="footer-col-wrapper">
+
+ Apache Toree is an effort undergoing <a
href="https://incubator.apache.org/index.html">Incubation</a>
+ at The Apache Software Foundation (ASF), sponsored by the
Incubator. Incubation is required of all newly
+ accepted projects until a further review indicates that the
infrastructure, communications, and decision
+ making process have stabilized in a manner consistent with other
successful ASF projects. While incubation
+ status is not necessarily a reflection of the completeness or
stability of the code, it does indicate that
+ the project has yet to be fully endorsed by the ASF.
+ <hr>
+
+ <div style="text-align:center;">
+
+ <div style="margin-top: 20px; margin-bottom: 20px;">
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ alt="Apache
Incubator"
+ height="30%"
width="30%"/></a>
+ </div>
+
+ <div>
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ 2.0</a>.
+ <br>
+
+ Apache, the Apache Feather logo, and the Apache Incubator
project logo are trademarks of The Apache
+ Software Foundation.
+
+ </div>
+ </div>
+ </div>
+ </div>
+</footer>
+
+ </footer>
+ </div>
+
+
+
+
+
+
+ <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+ <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+ </body>
+</html>
+
Modified: incubator/toree/site/docs/current/user/quick-start/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/quick-start/index.html Fri Oct
10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/user/quick-start/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -351,14 +356,14 @@ through the variable <code class="langua
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/docs/current/user/using-standalone/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/using-standalone/index.html Fri Oct
10 02:52:04 2025 (r1929035)
+++ incubator/toree/site/docs/current/user/using-standalone/index.html Fri Oct
10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -285,6 +290,8 @@
-->
+<h1 id="using-toree-standalone">Using Toree standalone</h1>
+
<ul>
<li>Connecting to Toree with custom clients
<ul>
@@ -318,14 +325,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified:
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
==============================================================================
---
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
Fri Oct 10 02:52:04 2025 (r1929035)
+++
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
Fri Oct 10 03:05:16 2025 (r1929036)
@@ -222,6 +222,11 @@
<li>
<a class=""
+
href="/docs/current/user/magics-overview/">Magics Overview</a>
+ </li>
+
+ <li>
+ <a class=""
href="/docs/current/user/faq/">FAQ</a>
</li>
@@ -285,6 +290,8 @@
-->
+<h1 id="using-toree-with-jupyter-notebooks">Using Toree with Jupyter
Notebooks</h1>
+
<ul>
<li>Create a notebook with Toree</li>
<li>Intro to magics</li>
@@ -314,14 +321,14 @@
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/download/index.html
==============================================================================
--- incubator/toree/site/download/index.html Fri Oct 10 02:52:04 2025
(r1929035)
+++ incubator/toree/site/download/index.html Fri Oct 10 03:05:16 2025
(r1929036)
@@ -252,14 +252,14 @@ succeed.</p>
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/feed.xml
==============================================================================
--- incubator/toree/site/feed.xml Fri Oct 10 02:52:04 2025
(r1929035)
+++ incubator/toree/site/feed.xml Fri Oct 10 03:05:16 2025
(r1929036)
@@ -5,9 +5,9 @@
<description></description>
<link>http://localhost:4000/</link>
<atom:link href="http://localhost:4000/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Sat, 01 Mar 2025 08:22:25 -0800</pubDate>
- <lastBuildDate>Sat, 01 Mar 2025 08:22:25 -0800</lastBuildDate>
- <generator>Jekyll v3.9.5</generator>
+ <pubDate>Thu, 09 Oct 2025 19:55:41 -0700</pubDate>
+ <lastBuildDate>Thu, 09 Oct 2025 19:55:41 -0700</lastBuildDate>
+ <generator>Jekyll v4.4.1</generator>
</channel>
</rss>
Modified: incubator/toree/site/history/index.html
==============================================================================
--- incubator/toree/site/history/index.html Fri Oct 10 02:52:04 2025
(r1929035)
+++ incubator/toree/site/history/index.html Fri Oct 10 03:05:16 2025
(r1929036)
@@ -202,14 +202,14 @@ Derive <code class="language-plaintext h
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/index.html
==============================================================================
--- incubator/toree/site/index.html Fri Oct 10 02:52:04 2025
(r1929035)
+++ incubator/toree/site/index.html Fri Oct 10 03:05:16 2025
(r1929036)
@@ -236,14 +236,14 @@ supports rich visualizations that integr
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Modified: incubator/toree/site/privacy-policy/index.html
==============================================================================
--- incubator/toree/site/privacy-policy/index.html Fri Oct 10 02:52:04
2025 (r1929035)
+++ incubator/toree/site/privacy-policy/index.html Fri Oct 10 03:05:16
2025 (r1929036)
@@ -198,14 +198,14 @@ See your browser documentation for instr
<div style="text-align:center;">
<div style="margin-top: 20px; margin-bottom: 20px;">
- <a href="http://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
+ <a href="https://incubator.apache.org"><img
src="/assets/themes/apache/img/egg-logo.png"
alt="Apache
Incubator"
height="30%"
width="30%"/></a>
</div>
<div>
- Copyright © 2015 <a href="http://www.apache.org">The
Apache Software Foundation</a>.
- Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+ Copyright © 2015-2025 <a
href="https://www.apache.org">The Apache Software Foundation</a>.
+ Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>