Ask Your Question
1

Can Jupyter notebook run simultaneously with sage?

asked 2017-06-04 21:39:57 +0200

roi.holtzman gravatar image

updated 2017-06-07 11:42:33 +0200

I'm running Sage notebook and at the same time, I'm trying to run Jupyter notebook. I get the following error:

Last login: Sun Jun  4 22:21:20 on ttys005
Rois-MBP:~ roi$ /anaconda/bin/jupyter_mac.command ; exit;
[W 22:32:09.192 NotebookApp] Unrecognized JSON config file version, assuming version 1
Traceback (most recent call last):
  File "/anaconda/bin/jupyter-notebook", line 6, in <module>
    sys.exit(notebook.notebookapp.main())
  File "//anaconda/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance
    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  File "//anaconda/lib/python3.5/site-packages/traitlets/config/application.py", line 595, in launch_instance
    app.initialize(argv)
  File "<decorator-gen-7>", line 2, in initialize
  File "//anaconda/lib/python3.5/site-packages/traitlets/config/application.py", line 74, in catch_config_error
    return method(app, *args, **kwargs)
  File "//anaconda/lib/python3.5/site-packages/notebook/notebookapp.py", line 1069, in initialize
    self.init_configurables()
  File "//anaconda/lib/python3.5/site-packages/notebook/notebookapp.py", line 837, in init_configurables
    parent=self,
  File "//anaconda/lib/python3.5/site-packages/nb_conda_kernels/manager.py", line 19, in __init__
    specs = self.find_kernel_specs() or {}
  File "//anaconda/lib/python3.5/site-packages/nb_conda_kernels/manager.py", line 129, in find_kernel_specs
    self.conda_info = self._conda_info()
  File "//anaconda/lib/python3.5/site-packages/nb_conda_kernels/manager.py", line 29, in _conda_info
    p = subprocess.check_output(["conda", "info", "--json"]
  File "//anaconda/lib/python3.5/subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "//anaconda/lib/python3.5/subprocess.py", line 693, in run
    with Popen(*popenargs, **kwargs) as process:
  File "//anaconda/lib/python3.5/subprocess.py", line 947, in __init__
    restore_signals, start_new_session)
  File "//anaconda/lib/python3.5/subprocess.py", line 1551, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'conda'
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

Is there a way to run both at the same time? P.S. I'm working on a Mac.

Even when Sage is closed, Jupyter doesn't run. Other apps like spyder do run.

edit retag flag offensive close merge delete

Comments

If you are trying to run both but one is via anaconda, not sure ... I think it might be possible for both within Sage 8.0 in the Mac app solution.

kcrisman gravatar imagekcrisman ( 2017-06-05 20:29:51 +0200 )edit

I run Sage via the terminal. But even when Sage is not running Jupyter doesn't work.

roi.holtzman gravatar imageroi.holtzman ( 2017-06-07 11:43:22 +0200 )edit

Hmm, that I can't answer so easily. Usually it's the other way around (conda affects Sage because it gets confused as to which Python). I recommend searching this site for other places where conda gets confused; I do not run it myself so I can't answer more than that.

kcrisman gravatar imagekcrisman ( 2017-06-07 15:08:21 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-02-16 00:30:58 +0200

slelievre gravatar image

You can simultaneously run several sessions of the Sage REPL, of the SageNB notebook, and of the Jupyter notebook.

Just open different terminal windows, and in each of them,

  • to run the Sage REPL, run sage
  • to run the SageNB notebook, run sage -n sagenb
  • to run the Jupyter notebook, run sage -n jupyter
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2017-06-04 21:39:57 +0200

Seen: 1,043 times

Last updated: Feb 16 '18