Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook: edit .py files? Add them to pythonpath? #28

Open
switham opened this issue Jun 16, 2013 · 0 comments
Open

Notebook: edit .py files? Add them to pythonpath? #28

switham opened this issue Jun 16, 2013 · 0 comments

Comments

@switham
Copy link
Owner

switham commented Jun 16, 2013

Provide ways to save a block of notebook code in a .py file, edit .py files, and load .py files back into notebook code blocks.

Of course you can always import from a .py file... if it's in the directory with the notebook. Maybe I want a way to make some files or notebooks' directories available on the Python path.

Might want a way to reload a modified module. But that's not trivial in Python itself. Maybe just a way to clear the global space of the current notebook and start running things again.

Of course with a notebook plus a file editor, you can cut and paste between them.

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

No branches or pull requests

1 participant