Skip to content

Commit 4497884

Browse files
author
github-actions-bot
committed
Update docs [skip ci]
1 parent 78fc1c3 commit 4497884

File tree

6 files changed

+669
-232
lines changed

6 files changed

+669
-232
lines changed
14 KB
Loading

_sources/tutorials/Julia_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@
629629
"source": [
630630
"# I don't recommend doing this on Google colab\n",
631631
"\n",
632-
"#using Pkg\n",
633-
"#Pkg.add(\"PythonPlot\")\n",
632+
"using Pkg\n",
633+
"Pkg.add(\"PythonPlot\")\n",
634634
"using PythonPlot"
635635
]
636636
},

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/JAX/0-the_new_python.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,8 @@ <h2>Array API<a class="headerlink" href="#Array-API" title="Link to this heading
788788
<li><p>It’s unifying the numerical Python API</p></li>
789789
<li><p>It enables a lot of interoperability</p></li>
790790
</ol>
791-
<p><img alt="5233a435f0b640bbb1e7a558b449b9bf" class="no-scaled-link" src="../../_images/array_api.png" style="width: 600px;" /></p>
792-
<p><img alt="14d0fa358f41444d96dd5971ebf25a9a" class="no-scaled-link" src="../../_images/array_api_scipy_support.png" style="width: 600px;" /></p>
791+
<p><img alt="ef88dc7e76c64f05bf878d6cd1cbdfe0" class="no-scaled-link" src="../../_images/array_api.png" style="width: 600px;" /></p>
792+
<p><img alt="1997a29ec396497d9710e944d2e83b94" class="no-scaled-link" src="../../_images/array_api_scipy_support.png" style="width: 600px;" /></p>
793793
<p>Unifying the API does mean some function names are changing!</p>
794794
<div class="nbinput docutils container">
795795
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[21]:

0 commit comments

Comments
 (0)