implement requested changes
This commit is contained in:
parent
be21611571
commit
a7546bcea9
1 changed files with 3 additions and 4 deletions
|
@ -173,7 +173,7 @@ esoteric features:
|
||||||
+ To execute babel code blocks, you need whatever dependencies those languages
|
+ To execute babel code blocks, you need whatever dependencies those languages
|
||||||
need. It is recommended you enable the associated =:lang= module and ensure
|
need. It is recommended you enable the associated =:lang= module and ensure
|
||||||
its dependencies are met, e.g. install the =ruby= executable for ruby support.
|
its dependencies are met, e.g. install the =ruby= executable for ruby support.
|
||||||
To use ~jupyter kernels~ you need the =+jupyter= flag, the associatet kernel as
|
To use ~jupyter kernels~ you need the =+jupyter= flag, the associated kernel as
|
||||||
well as the ~jupyter~ program.
|
well as the ~jupyter~ program.
|
||||||
+ =org-roam= (with the =+roam= flag) requires =sqlite3= to be installed.
|
+ =org-roam= (with the =+roam= flag) requires =sqlite3= to be installed.
|
||||||
|
|
||||||
|
@ -187,8 +187,7 @@ brew install gnuplot
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
pacman -S texlive-core texlive-bin texlive-science
|
pacman -S texlive-core texlive-bin texlive-science
|
||||||
pacman -S gnuplot
|
pacman -S gnuplot
|
||||||
# +jupyter needs jupyter
|
pacman -S jupyter # required by +jupyter
|
||||||
pacman -S jupyter
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** NixOS
|
** NixOS
|
||||||
|
@ -196,7 +195,7 @@ pacman -S jupyter
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# any less than medium isn't guaranteed to work
|
# any less than medium isn't guaranteed to work
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
# +jupyter needs jupyter
|
# required by +jupyter
|
||||||
(python38.withPackages(ps: with ps; [jupyter]))
|
(python38.withPackages(ps: with ps; [jupyter]))
|
||||||
];
|
];
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue