I've been having some issues trying to open a Jupyter Notebook from the terminal on my Mac - it just gives me killed: 9. Could there something interfering with Jupyter? If so, how can I find out/fix it?
I tried restarting my computer and reopening the terminal - this didn't work.
Some more info would be helpful. What command do you run to start Jupyter? What output in the terminal do you get?
An alternative to running/installing Jupyter from the terminal would be to use a desktop "click and run" Jupyter app.
For mac, Callisto would be a great option. It's currently in beta so you can try it out for free.
Related
I installed iterm2 and oh my zsh on my new macbook pro M1. Now I can not use the internal vscode terminal or mac terminal.
What I have tried:
I have updated my mac, vscode, iterm2, brew, and oh my zsh.
I am using zsh.
I checked my system preferences/users & groups/unlock/advanced options/login shell: /usr/local/bin/zsh. Which seems correct?
In iterm2 I checked echo $SHELL. (see image)
In iterm2 I checked echo $PATH. (see image)
I ran brew doctor. No issues there.
Checked that I had oh my zsh installed and updated.
iterm2-shell/path/brew/ohMyZsh
In vscode I have looked at code/preferences/settings/[typed]terminal
checked terminal>integrated>shell: Osx
checked that json file. I don't know what Im looking for there.
vscode-settings.json
Need Help With:
In vscode the terminal window does not open now and I get a error message.
vscode internal terminal error message
Now that I have iterm2, am I no longer able to use the internal mac terminal? When I go to open the internal mac terminal it is stuck on the following screen.
Internal mac terminal
Any help or guidance would be much appreciated. I am new to the terminal and command line.
Thanks in advance.
I was using the Bash kernel emulator in Jupyter Notebook while running macOS Mojave, but when I upgraded to Catalina, the kernel emulator stopped working. When I open up an existing Bash notebook or try to open a new one, I get a Kernel error message in the upper right of my notebook like this:
How can I fix this?
I want to make a file that will
-open terminal and execute 'jupyter notebook' in the command line.
I am running Mac osx 10.14 (Mojave) I have jupyter notebook tested operational. Any pointers would help.
Found an answer from another thread that will work for the time being.
https://stackoverflow.com/a/46995543/12496767
I'll probably be adding more specific requirements later and updating this thread as it develops.
Following this previous post, I was able to add code to my .bash_profile so that VSCode opens from the Terminal. However, it is the wrong VSCode that opens.
See, I have Parallels installed on my Mac, and that version of Parallels has a VSCode installed on it. When I run the Terminal command from the post mentioned above, Parallels is launched (even if not opened), and then the VSCode on it opens.
I would like to make sure that it's the VSCode installed on my Mac that opens. At this time, I am still using the Sublime CLI because the VSCode ones are of no use to me in this condition.
What would be my options?
The only way to achieve this I found was to disable sharing of Windows apps with Mac:
I have been trying to use macport's installation by using sudo port install emacs +x11 on my laptop with mountain lion, but every time I open emacs in terminal, it opens in the terminal without any GUI. This also happens if I try to open emacs directly in an xquartz terminal session. Has anyone had any luck with installing the x11 version of emacs on mountain lion? And if so, how? Thank you!
Turns out apple cut the link between terminal and xquartz. If I open emacs in xterm, it will run just fine. I found this to be the case even when I was using terminal with an ssh server. Looks like apple's terminal isn't going to be all that helpful from here on out.
Edit; I'm not sure if it was an update to xQuartz, but the problem has been fixed. When I type in an x11 app into the normal terminal app, it will open xQuartz as normal.