First time here? Check out the FAQ!

Ask Your Question
1

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

asked 4 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

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...

Preview: (hide)
link

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: 4 years ago

Seen: 244 times

Last updated: Apr 29 '20