feat(python): add Miniconda, Jupyter and jupyther_ascending

This commit is contained in:
Stefan Imhoff
2022-08-13 10:07:16 +02:00
parent 609470a97d
commit 6832e51385
3 changed files with 13 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ return packer.startup(function(use)
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol
use("wuelnerdotexe/vim-astro") -- Astro support
use("MunifTanjim/prettier.nvim") -- Prettier
use("untitled-ai/jupyter_ascending.vim") -- Interact with jupyter_ascending
-- Custom Text Objects
use("christoomey/vim-titlecase")

View File

@@ -65,6 +65,7 @@ brew install --cask ledger-live
brew install --cask magicavoxel
brew install --cask makemkv
brew install --cask marked
brew install --cask miniconda
brew install --cask obsidian
brew install --cask philips-hue-sync
brew install --cask plex

View File

@@ -22,3 +22,14 @@ pip install proselint
pip install flake8
pip install neovim
pip install awscli
pip install jupyter
pip install jupyterlab
pip install jupyter_ascending
pip install notebook
pip install voila
jupyter nbextension install --py --sys-prefix jupyter_ascending
jupyter nbextension enable jupyter_ascending --sys-prefix --py
jupyter serverextension enable jupyter_ascending --sys-prefix --py
conda install -n base ipykernel --update-deps --force-reinstall