Skip to content

Commit 6adf91f

Browse files
author
Kasper Peeters
committed
Update web pages.
1 parent 7591348 commit 6adf91f

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

web2/cadabra2/source/download.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,20 @@ <h2>Binary packages</h2>
118118
</div>
119119
</div>
120120

121+
<div class="distrotype">
122+
<img src="static/images/docker-logo-blue.svg"/>
123+
<div class="distrotxt">
124+
If you only want to use Cadabra from within Jupyter, you can use
125+
the <a href="https://hub.docker.com/r/kpeeters/cadabra2-jupyter">official
126+
Docker image at DockerHub</a>. This container exposes the
127+
Jupyter server on a local URL which you can access using your
128+
browser, and stores notebooks in your home directory. Available
129+
for both AMD64 and ARM64 architectures. Be aware that you will
130+
miss out on some of the goodies of the Cadabra notebook
131+
interface.
132+
</div>
133+
</div>
134+
121135
<div class="distrotype">
122136
<img src="static/images/apple_logo.png"/>
123137
<div class="distronum">macOS</a></div>

web2/cadabra2/source/jupyter.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,18 @@ <h2>Installation</h2>
4242
to <a href="faq.html#q_01_01">adjust your <tt>PYTHONPATH</tt></a>.
4343
</p>
4444

45-
<!--<h2>Old Xeus-based kernel</h2>
45+
<h2>Docker version</h2>
46+
<p class="hyphenate">
47+
Alternatively, you can use
48+
the <a href="https://hub.docker.com/r/kpeeters/cadabra2-jupyter">official
49+
Docker image for Cadabra</a>, available from DockerHub, which
50+
contains a Jupyter server with the Cadabra kernel. This will not be
51+
able to see existing Python package installations on your system,
52+
but has the advantage of being easy to install (and easy to remove,
53+
if you ever want to do that).
54+
</p>
55+
56+
<!--<h2>Old Xeus-based kernel</h2>
4657
<p>
4758
To obtain the Cadabra kernel for Jupyter, you need to either install
4859
it from Anaconda,
Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)