mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(python): add Miniconda, Jupyter and jupyther_ascending
This commit is contained in:
@@ -147,6 +147,7 @@ return packer.startup(function(use)
|
|||||||
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol
|
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol
|
||||||
use("wuelnerdotexe/vim-astro") -- Astro support
|
use("wuelnerdotexe/vim-astro") -- Astro support
|
||||||
use("MunifTanjim/prettier.nvim") -- Prettier
|
use("MunifTanjim/prettier.nvim") -- Prettier
|
||||||
|
use("untitled-ai/jupyter_ascending.vim") -- Interact with jupyter_ascending
|
||||||
|
|
||||||
-- Custom Text Objects
|
-- Custom Text Objects
|
||||||
use("christoomey/vim-titlecase")
|
use("christoomey/vim-titlecase")
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ brew install --cask ledger-live
|
|||||||
brew install --cask magicavoxel
|
brew install --cask magicavoxel
|
||||||
brew install --cask makemkv
|
brew install --cask makemkv
|
||||||
brew install --cask marked
|
brew install --cask marked
|
||||||
|
brew install --cask miniconda
|
||||||
brew install --cask obsidian
|
brew install --cask obsidian
|
||||||
brew install --cask philips-hue-sync
|
brew install --cask philips-hue-sync
|
||||||
brew install --cask plex
|
brew install --cask plex
|
||||||
|
|||||||
@@ -22,3 +22,14 @@ pip install proselint
|
|||||||
pip install flake8
|
pip install flake8
|
||||||
pip install neovim
|
pip install neovim
|
||||||
pip install awscli
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user