Ask Your Question
1

How to create url/file link in jupyter/sage?

asked 2020-04-29 15:58:57 +0200

SYLA gravatar image

I have file/url:

load("/home/***/MJRun.sage")

I would like to open (fast) this file/url in Jupyter in another card of Firefox. For example by one click. I use this file very often. How to do that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-04-29 16:05:59 +0200

slelievre gravatar image

Consider using JupyterLab.

Install it by running:

$ sage --pip install jupyterlab

Launch it by running:

$ sage -n jupyterlab

It provides a very convenient filesystem navigation, allows you to have several sub tab in the same browser tab, and to tile them to display them side by side...

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: 2020-04-29 15:58:57 +0200

Seen: 151 times

Last updated: Apr 29 '20