Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Running scriptedforms.load(filename) fails if _ has been defined #24

Open
SimonBiggs opened this issue Feb 10, 2018 · 2 comments
Open

Comments

@SimonBiggs
Copy link
Owner

scriptedforms.load(filename) cannot currently be run if _ has been defined. This appears to be due to the use of the global variable _ within the following function on the notebook server:

https://github.com/jupyter/notebook/blob/master/notebook/services/contents/filemanager.py#L543

@SimonBiggs
Copy link
Owner Author

See jupyter/notebook#3324 for more details

@SimonBiggs SimonBiggs added the bug label Feb 10, 2018
@SimonBiggs
Copy link
Owner Author

Fixed in jupyter/notebook#3326
Will arrive in Notebook 5.5.
Need to pin notebook >= 5.5 once it arrives.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant