How to apply a magic command in all notebooks by default? The case of %matplotlib inline #13395
Unanswered
kirilllzaitsev
asked this question in
Questions and Answers
Replies: 1 comment
-
Greetings @kirilllzaitsev You could create any .py file in ~/.ipython/profile_default/startup/ containing
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to avoid copy-pasting
%matplotlib inline
in every notebook and use it by default instead?What about other magic commands? For tools that don't implement their own .rc configuration file?
Beta Was this translation helpful? Give feedback.
All reactions