<p>When this package is being used in a Jupyter Notebook, it has the following limitations.</p>
<ul>
<li><p>If this package is used in <code class="code">PlotDisplayMethod_Jupyter</code> mode in a Jupyter notebook, and visualizations are created by this package, then the notebook is saved and later reloaded, the visualizations will not persist. They will be replaced by an error message instructing the user to re-run the cell that created the visualization. You can get around this by setting <code class="code">PlotDisplayMethod := PlotDisplayMethod_JupyterSimple</code>, but this increases the size of your notebook by embedding all the JavaScript needed by the visualizations in the notebook itself. Note that <code class="code">PlotDisplayMethod_Jupyter</code> is the default mode in the notebook.</p>
</li>
<li><p>The <code class="code">nbconvert</code> tool, which converts <code class="file">.ipynb</code> files into other formats, will not include the visualizations, because <code class="code">nbconvert</code> is not a browser that can evaluate the JavaScript code that generates the visualizations.</p>
</li>
<li><p>When using the <code class="code">PlotDisplayMethod_Jupyter</code> mode, most visualizations load a JavaScript library from a CDN, which thus requires a working Internet connection to function.</p>
</li>
</ul>
<p>When it is being used from the command line, it has the following limitations.</p>
<ul>
<li><p>The JavaScript function <code class="code">runGAP</code> introduced in Section <a href="chap4_mj.html#X85EA7D2579837F4D"><span class="RefLink">4.3</span></a> is not available. That function depends upon the ability to ask the Jupyter Kernel to run <strong class="pkg">GAP</strong> code, and thus when there is no Jupyter Kernel, that function cannot work.</p>
</li>
<li><p>Each new call to <code class="func">Plot</code> (<a href="chap7_mj.html#X811D60857B0B2B68"><span class="RefLink">7.1-1</span></a>), <code class="func">PlotGraph</code> (<a href="chap7_mj.html#X79FCD4E67FF49A5F"><span class="RefLink">7.1-3</span></a>), or <code class="func">CreateVisualization</code> (<a href="chap7_mj.html#X7BFFD8B7808F5BDA"><span class="RefLink">7.2-5</span></a>) will be stored in a new temporary file on the user's filesystem and thus shown in a new tab or window in the user's browser. That is, one does not iteratively improve a single visualization, but is forced to open a new window or tab for each call.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.