We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, the magic lines currently given at
notebooks/README.md are:
notebooks/README.md
%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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, the magic lines currently given at
notebooks/README.md
are: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
fileThe text was updated successfully, but these errors were encountered: