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

Fix notebook magic lines #18

Open
sdat2 opened this issue Mar 26, 2022 · 0 comments
Open

Fix notebook magic lines #18

sdat2 opened this issue Mar 26, 2022 · 0 comments

Comments

@sdat2
Copy link
Member

sdat2 commented Mar 26, 2022

Hey, the magic lines currently given at

notebooks/README.md are:

%load_ext autoreload             # loads the autoreload package into ipython kernel
%autoreload 2                    # sets autoreload mode to automatically reload modules when they change
%config IPCompleter.greedy=True  # enables tab completion

But they break because python seems to not allow any characters after a magic command.

https://stackoverflow.com/questions/47577596/modulenotfounderror-no-module-named-autoreload

We could move the comments to separate lines or put them above the code in the notebooks/README.md file

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

No branches or pull requests

1 participant