Opening notebook files in existing window in an iframe

20 views
Skip to first unread message

Young Park

unread,
Aug 8, 2017, 8:44:19 PM8/8/17
to Project Jupyter
Hi,

I am currently working on a project where I am embedding a running Notebook server in an iframe. Ideally, I want the iframe to have the full functionality of Jupyter Notebooks (navigating through the project directory, opening and creating new notebook files, etc), which requires opening new links on existing windows instead of opening up new tabs or windows.

The issue that I have run into is that I can't seem to set c.NotebookApp.webbrowser_open_new='0' in jupyter_notebook_config.py (the option seems to have been deprecated).
Has this option been deprecated? If so, is there another way to have the running Notebook open new notebook files using the same window?

Any advice would be appreciated :)

Thanks!
Young

Thomas Kluyver

unread,
Aug 9, 2017, 7:11:00 AM8/9/17
to Project Jupyter
On 9 August 2017 at 01:44, Young Park <beside...@gmail.com> wrote:
The issue that I have run into is that I can't seem to set c.NotebookApp.webbrowser_open_new='0' in jupyter_notebook_config.py (the option seems to have been deprecated).
Has this option been deprecated? If so, is there another way to have the running Notebook open new notebook files using the same window?

I don't think it has been deprecated, but that only affects when you start the server and it first opens Jupyter in a browser. The target for most links in the Jupyter pages should be controlled by Jupyter._target in the Javascript.
Reply all
Reply to author
Forward
0 new messages