This commit is contained in:
Morten Hjorth-Jensen
2022-11-11 06:54:12 +01:00
parent d5f6c3cf0c
commit b8530231ea
9 changed files with 213 additions and 219 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Nov 10, 2022</h4>
<h4>Nov 11, 2022</h4>
</center> <!-- date -->
<br>
-1
View File
@@ -233,7 +233,6 @@ MathJax.Hub.Config({
<div class="input_area">
<div class="highlight" style="background: #f8f8f8">
<pre style="line-height: 125%;"><span style="color: #666666">%</span>matplotlib inline
<span style="color: #408080; font-style: italic"># Common imports</span>
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">IPython.display</span> <span style="color: #008000; font-weight: bold">import</span> Image
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">pydot</span> <span style="color: #008000; font-weight: bold">import</span> graph_from_dot_data
+1 -1
View File
@@ -241,7 +241,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Nov 10, 2022</h4>
<h4>Nov 11, 2022</h4>
</center> <!-- date -->
<br>
+1 -2
View File
@@ -184,7 +184,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Nov 10, 2022</h4>
<h4>Nov 11, 2022</h4>
</center> <!-- date -->
<br>
@@ -239,7 +239,6 @@ MathJax.Hub.Config({
<div class="input_area">
<div class="highlight" style="background: #eeeedd">
<pre style="font-size: 80%; line-height: 125%;">%matplotlib inline
<span style="color: #228B22"># Common imports</span>
<span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">IPython.display</span> <span style="color: #8B008B; font-weight: bold">import</span> Image
<span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">pydot</span> <span style="color: #8B008B; font-weight: bold">import</span> graph_from_dot_data
+1 -2
View File
@@ -203,7 +203,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Nov 10, 2022</h4>
<h4>Nov 11, 2022</h4>
</center> <!-- date -->
<br>
@@ -249,7 +249,6 @@ MathJax.Hub.Config({
<div class="input_area">
<div class="highlight" style="background: #eeeedd">
<pre style="line-height: 125%;">%matplotlib inline
<span style="color: #228B22"># Common imports</span>
<span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">IPython.display</span> <span style="color: #8B008B; font-weight: bold">import</span> Image
<span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">pydot</span> <span style="color: #8B008B; font-weight: bold">import</span> graph_from_dot_data
+1 -2
View File
@@ -280,7 +280,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Nov 10, 2022</h4>
<h4>Nov 11, 2022</h4>
</center> <!-- date -->
<br>
@@ -326,7 +326,6 @@ MathJax.Hub.Config({
<div class="input_area">
<div class="highlight" style="background: #f8f8f8">
<pre style="line-height: 125%;"><span style="color: #666666">%</span>matplotlib inline
<span style="color: #408080; font-style: italic"># Common imports</span>
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">IPython.display</span> <span style="color: #008000; font-weight: bold">import</span> Image
<span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">pydot</span> <span style="color: #008000; font-weight: bold">import</span> graph_from_dot_data
Binary file not shown.
File diff suppressed because it is too large Load Diff
-1
View File
@@ -26,7 +26,6 @@ o "Hastie et al, chapter 10.1-10.10":"https://github.com/CompPhysics/MachineLear
!bc pycod
%matplotlib inline
# Common imports
from IPython.display import Image
from pydot import graph_from_dot_data