Every time I open a jupyter notebook from some location on my computer, I type in jupyter notebook
in my terminal and it takes up the terminal window I am using.
The annoying part about this is that in case I want to check somethings around that location, I have to open another terminal, and cd all the way to my location, and activate whatever environment I am using.
My question is, is there a way to open another terminal when I activate jupyter, which is exactly in the same location and environment as my original terminal?