-
Notifications
You must be signed in to change notification settings - Fork 391
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
%magic can be after indent or tab #694
Comments
Hi @yasirroni , thank you for reporting this... I was not aware that one could use indented magic commands 😄 |
Hi @yasirroni , I have added a fix for this, it's on You can give it a try with
|
@mwouts If I use pip and jupyter notebook, how to install or upgrade the new jupytext extension from the master branch? I strongly suggest this as a new issue and add this method to the readme! |
Oh sure! Well the command above should work (but it requires nodejs). And the simpler form also works:
|
I have a code that I expect to work both in colab and jupyter, also in .py
But, jupytext didn't translate
%cd
as magic if it's indented or some white space exists before it.The text was updated successfully, but these errors were encountered: