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

tuna 0.4.5 ipython magic fails to load with "The tuna module is not an IPython extension" #82

Closed
kwlzn opened this issue Jul 23, 2020 · 3 comments

Comments

@kwlzn
Copy link

kwlzn commented Jul 23, 2020

repro:

!pip install -q tuna==0.4.5
%load_ext tuna

output:

The tuna module is not an IPython extension.
@kwlzn kwlzn changed the title tuna ipython magic fails to load with "The tuna module is not an IPython extension" tuna 0.4.5 ipython magic fails to load with "The tuna module is not an IPython extension" Jul 23, 2020
@nschloe
Copy link
Owner

nschloe commented Jul 23, 2020

@neighthan

@neighthan
Copy link
Contributor

The 0.4.5 release was from the commit before my PR was merged, so it doesn't contain the IPython functionality. You'll have to do a new release for that to be on PyPI. @kwlzn in the meantime, you can always install directly from GitHub; pip makes this easy by handling cloning the repo for you if you do pip install git+https://github.com/nschloe/tuna.git.

@nschloe
Copy link
Owner

nschloe commented Jul 23, 2020

I just released 0.4.6, so this should be fixed now.

@nschloe nschloe closed this as completed Jul 23, 2020
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

3 participants