fix: images
|
|
@ -1,12 +1,12 @@
|
|||
+++
|
||||
title = "Replacing Jupyter Notebook with Org Mode"
|
||||
author = ["Pavel"]
|
||||
author = ["Pavel Korytov"]
|
||||
date = 2021-05-01
|
||||
tags = ["emacs", "org"]
|
||||
draft = false
|
||||
+++
|
||||
|
||||
{{< figure src="/ox-hugo/screenshot.png" >}}
|
||||
{{< figure src="/ox-hugo/org-python-screenshot.png" >}}
|
||||
|
||||
|
||||
## Why? {#why}
|
||||
|
|
@ -604,4 +604,4 @@ Also, the package isn't on MELPA, so you have to install it from the repo direct
|
|||
:after ox)
|
||||
```
|
||||
|
||||
To (try to) do export, run `M-x ox-ipynb-export-org-file-ipynb-file`.
|
||||
To (try to) do export, run `M-x ox-ipynb-export-org-file-ipynb-file`.
|
||||
|
|
@ -8,7 +8,7 @@ draft = false
|
|||
|
||||
## Intro {#intro}
|
||||
|
||||
{{< figure src="/ox-hugo/screenshot.png" >}}
|
||||
{{< figure src="/ox-hugo/emms-screenshot.png" >}}
|
||||
|
||||
This is the current state of my quest to live in Emacs, at least in part of reading RSS and music.
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#+PROPERTY: header-args:python+ :eval never-export
|
||||
#+PROPERTY: header-args:emacs-lisp+ :eval never-export
|
||||
|
||||
[[./images/org-python/screenshot.png]]
|
||||
[[./images/org-python/org-python-screenshot.png]]
|
||||
|
||||
* Why?
|
||||
[[https://jupyter-notebook.readthedocs.io/en/stable/][Jupyter Notebook]] and its successor [[https://jupyterlab.readthedocs.io/en/stable/][Jupyter Lab]] providing an interactive development environment for many programming languages are in lots of ways great pieces of software.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#+HUGO_TAGS: elfeed
|
||||
|
||||
* Intro
|
||||
[[./images/emms/screenshot.png]]
|
||||
[[./images/emms/emms-screenshot.png]]
|
||||
|
||||
This is the current state of my quest to live in Emacs, at least in part of reading RSS and music.
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 928 KiB After Width: | Height: | Size: 928 KiB |
|
Before Width: | Height: | Size: 637 KiB After Width: | Height: | Size: 637 KiB |
BIN
public/ox-hugo/emms-screenshot.png
Normal file
|
After Width: | Height: | Size: 928 KiB |
BIN
public/ox-hugo/org-python-screenshot.png
Normal file
|
After Width: | Height: | Size: 637 KiB |
|
|
@ -59,7 +59,7 @@
|
|||
<hr>
|
||||
<div id="content">
|
||||
<div class="container">
|
||||
<figure><img src="/ox-hugo/screenshot.png"/>
|
||||
<figure><img src="/ox-hugo/org-python-screenshot.png"/>
|
||||
</figure>
|
||||
|
||||
<h2 id="why">Why?</h2>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
<div id="content">
|
||||
<div class="container">
|
||||
<h2 id="intro">Intro</h2>
|
||||
<figure><img src="/ox-hugo/screenshot.png"/>
|
||||
<figure><img src="/ox-hugo/emms-screenshot.png"/>
|
||||
</figure>
|
||||
|
||||
<p>This is the current state of my quest to live in Emacs, at least in part of reading RSS and music.</p>
|
||||
|
|
|
|||
BIN
static/ox-hugo/emms-screenshot.png
Normal file
|
After Width: | Height: | Size: 928 KiB |
BIN
static/ox-hugo/org-python-screenshot.png
Normal file
|
After Width: | Height: | Size: 637 KiB |