Python Forum
Installing packages of Conda / Miniconda
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing packages of Conda / Miniconda
#11
(Sep-19-2023, 09:07 PM)snippsat Wrote:
(Sep-19-2023, 08:44 PM)Liki Wrote: 1. If I will close the cmd now: can I open Jupiterlab
a) without cmd from my PC now?:
No,you always start for command line.
Make a shortcuts(copy line to cmd) to start myenv with one line in cmd.
C:\ProgramData\miniconda3\Script\activate myenv  
(Sep-19-2023, 08:44 PM)Liki Wrote: ?
c) should I not download the packages (ipython, jupyter lab .....) again by new opening of cmd?

No,for you now all is ok.
(Sep-19-2023, 08:44 PM)Liki Wrote: 2. Now is my cursor in cmd inactiv: I sould not type anything in cmd more. Can I switch to type-mode back?
a) because I would like to type
Same as you do with jupyter lab if you type ipython then will the IPython REPL start.
Same with spyder this will start spyder editor.
So all is done from command line.

thank you very much.

And now I'm in the cmd and my cursor is not activ/not present so that I can not type new commands in cmd.
How can I come back to type-mode for cursor in the cmd?

https://share-your-photo.com/ee52ac79ed
Reply
#12
(Sep-19-2023, 10:20 PM)Liki Wrote: How can I come back to type-mode for cursor in the cmd?
That's only when you start jupyter lab and a browser open,then you usually want to work with a NoteBook.
Can just start a new cmd if want to other stuff simultaneous.
Reply
#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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pycharm and Conda annalma 4 2,574 Jan-05-2021, 04:16 PM
Last Post: paul18fr
  installing anaconda packages offline HulkHogansArmsArePythons 4 7,409 Feb-18-2020, 08:23 PM
Last Post: jefsummers
  Installing pip packages on Windows 10 tablet jazmad 5 4,241 Oct-24-2018, 10:37 AM
Last Post: jazmad
  missing pandas even if in conda list metalray 2 3,480 May-29-2018, 12:52 PM
Last Post: metalray
  Installing packages through Anaconda? Athenaeum 5 15,724 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