Explorar el Código

ported to wsl dev

Gilbert Brault hace 5 años
padre
commit
72d374f9e6
Se han modificado 4 ficheros con 9 adiciones y 5 borrados
  1. 1 1
      .vscode/settings.json
  2. 6 0
      README.md
  3. 0 2
      apt.txt
  4. 2 2
      notebooks/Gallery.ipynb

+ 1 - 1
.vscode/settings.json

@@ -1,4 +1,4 @@
 {
-    "python.pythonPath": "c:\\Users\\gilbe\\Documents\\GitHub\\venv\\Scripts\\python.exe",
+    "python.pythonPath": "/home/gilbert/venv/bin/python",
     "python.dataScience.jupyterServerURI": "local"
 }

+ 6 - 0
README.md

@@ -12,6 +12,12 @@ Note: Use the term Pysketcher as jupytersketcher in this documentation
 - current [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gbrault/jupytersketcher.git/master?filepath=notebooks%2FDryFriction.ipynb)
 - morning snapshot  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Fgogs.seadev.online%2Fgbrault%2Fjupytersketcher/master)
 
+Install apt.txt files
+
+```
+sudo apt-get install $(awk '{print $1'} apt.txt) 
+```
+
 ## Differences compared to Pysketcher
 
 The main goals are:

+ 0 - 2
apt.txt

@@ -1,5 +1,4 @@
 texlive-fonts-recommended
-texlive-generic-recommended
 texlive-latex-base
 texlive-latex-extra
 texlive-latex-recommended
@@ -14,4 +13,3 @@ imagemagick
 libfreetype6-dev
 libqhull-dev
 graphviz
-cm-super

+ 2 - 2
notebooks/Gallery.ipynb

@@ -42,7 +42,7 @@
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "7fd5d20c5f974004896c722afbd3243e",
+       "model_id": "add07f884926434f92d0bdd18801b676",
        "version_major": 2,
        "version_minor": 0
       },
@@ -156,7 +156,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.5"
+   "version": "3.8.2"
   }
  },
  "nbformat": 4,