Skip to content

Commit

Permalink
readme instruction for ~/.local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
none committed Oct 5, 2024
1 parent 4ac9be3 commit f839f9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ TODO: make reverse convrter.
# Command line usage

usage: j2o myfile.ipynb [-w] [-j myfile.ipynb] [-o myfile.org]

Convert a Jupyter notebook to Org file (Emacs) and vice versa

positional arguments:
jupfile_ Jupyter file

options:
-h, --help show this help message and exit
-j JUPFILE, --jupfile JUPFILE
Expand All @@ -47,6 +47,10 @@ TODO: make reverse convrter.
-w, --overwrite Flag whether to overwrite existing target file.


For Linux add this line to ```~/.bashrc```
```sh
export PATH=$PATH:/home/u/.local/bin
````
<a id="org03a1552"></a>

# How this works
Expand Down Expand Up @@ -97,4 +101,3 @@ JSON
- in markdown cells conversion: source blocks, ‘#’ to ‘\*’.
- code cells: images
- Tested for nbformat: 4.2.

4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ options:
use the filename of the Jupyter file and append .ipynb
-w, --overwrite Flag whether to overwrite existing target file.
#+end_src
For Linux add this line to ~~/.bashrc~
#+begin_src sh
export PATH=$PATH:/home/u/.local/bin
#+end_src
* How this works
1) Loops through "cells".
2) Extract "source"
Expand Down

0 comments on commit f839f9f

Please sign in to comment.