summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-08 11:32:04 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-08 11:32:04 -0700
commit0f995bf3b2417ec6ccf0d5afd7dae042bb9ed41e (patch)
tree60821a84b78c86bf37af1f9a2cdfbd3fb82c5f10 /.profile
parent0fa62517d9eb2ae9d94d60ff33d0fdc16e4ada2a (diff)
Add jupyter config
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index 993d83b..2a33e09 100644
--- a/.profile
+++ b/.profile
@@ -32,4 +32,8 @@ if command -v ruby >/dev/null 2>&1; then
fi
## Jupyter lab.
+export JUPYTER_CONFIG_DIR=$HOME/.config/jupyter
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
+
+ ## iPython.
+export IPYTHONDIR=$HOME/.config/ipython