Open alexanderwhatley opened 7 years ago
I posted a reply on the above bitbucket issue tracker. Pretty sure it's an argparse on windows issue stripping out the double-quotes. Haven't compared to non-conda install, as I don't have admin rights on my windows computer.
Any luck getting around this issue? I'm encountering it as well; I can't get any libraries to load when using the line magic (though I can use R in separate R-specific notebooks).
This is not an anaconda issue and so this is probably not the right issue tracker. It's actually a "bug" in argparse, which is in the standard library and I'm not sure it's considered a bug by the core python team. The fix is to:
The latter two are good enough for me. I know it's painful to leave something obviously "broken," but given the availability of an easy fix, it's not clear that it's worth fixing.
Also posted here: https://bitbucket.org/rpy2/rpy2/issues/385/cell-magic-not-working-in-jupyter-notebook. I am running into issues with the rpy2 ipython magics on windows. The following code throws an error message:
The above code however does work on my mac.