Ask Your Question
0

How to if python script runs in notebook?

asked 13 years ago

buergi gravatar image

updated 13 years ago

I wrote a small piece of python code which i use as a module in python as well as in a worksheet in sage notebook. Since this script uses pyplot i'd like to do something like

if in_notebook: pyplot.savefig('fig')
else: pyplot.show()

How can i find out where the script is running in?

At the moment i'm querying sys.executable, but i guess this can be done better.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 13 years ago

Kabi gravatar image

updated 13 years ago

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

Stats

Asked: 13 years ago

Seen: 440 times

Last updated: Jan 27 '12