Python Forum
Installing packages of Conda / Miniconda
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing packages of Conda / Miniconda
#13
Can also make .bat(batch) files,that eg will activate enviroment and start JupyterLab in one go.
@echo off
call C:\ProgramData\miniconda3\Script\activate myenv 
jupyter lab
Save as eg jupyter.bat put on Desktop,then test by doubleclick on it.
Just environment start would be,make new .bat file.
@echo off
cmd.exe /K "C:\ProgramData\miniconda3\Script\activate myenv"
There is also Anaconda Navigator,works also for MiniConda.
It's have gotten better,but i don't use it,as i see the GUI as just a extra unnecessary step to start stuff.
Reply


Messages In This Thread
Installing packages of Conda / Miniconda - by Liki - Sep-18-2023, 11:50 AM
RE: Installing packages of Conda / Miniconda - by snippsat - Sep-20-2023, 04:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pycharm and Conda annalma 4 2,731 Jan-05-2021, 04:16 PM
Last Post: paul18fr
  installing anaconda packages offline HulkHogansArmsArePythons 4 7,578 Feb-18-2020, 08:23 PM
Last Post: jefsummers
  Installing pip packages on Windows 10 tablet jazmad 5 4,427 Oct-24-2018, 10:37 AM
Last Post: jazmad
  missing pandas even if in conda list metalray 2 3,563 May-29-2018, 12:52 PM
Last Post: metalray
  Installing packages through Anaconda? Athenaeum 5 15,869 Oct-08-2017, 03:17 AM
Last Post: Athenaeum

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020