Skip to content

How can I create a "Jupyter Lab" shortcut like you get when installing anaconda? #467

Closed Answered by kienerj
kienerj asked this question in Q&A
Discussion options

You must be logged in to vote

Found the solution on stackoverflow (not all solution sin that treahd actually work for mambaforge)

%windir%\System32\cmd.exe "/K" %USERPROFILE%\AppData\Local\mambaforge\Scripts\activate.bat base & jupyter lab && exit

of course one needs to adjust to the correct path and environment (I like to have base env run jupyter but notebooks using a different kernel (different env).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kienerj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants