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

Enable basic refactoring using rope #1351

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

hannahburkhardt
Copy link

I thought it would be great to have some basic refactoring tools available in jupyter notebooks. I have implemented this using the rope refactoring library for python.
I've implemented a client extension and a server extension for this.
I have this working correctly in my development branch, but I seem to be unable to install the extension correctly in a new virtual environment. I can get the nbextension installed and enabled, but not the serverextension. Please let me know if you have trouble installing/enabling the extensions, and if so, if you have any ideas on how to fix it.

@juhasch
Copy link
Member

juhasch commented Dec 31, 2018

Sorry for the long silence, I am trying to catch up with all the PRs now.

@hannahburkhardt
Copy link
Author

hannahburkhardt commented Jan 16, 2019 via email

@ijoseph
Copy link

ijoseph commented Jul 18, 2019

This looks fantastic, and is sorely needed for sane notebooks.

@hannahburkhardt
Copy link
Author

Thank you, Isaac - I'm new to jupyter notebook extension development and can't seem to figure out how to package it so everything gets hooked up correctly. Can you help?

@ijoseph
Copy link

ijoseph commented Jul 19, 2019

@hannahburkhardt unfortunately not; I'm even newer than you in the sense that I've never even put in a PR to this repo. Hoping someone else can…

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

Successfully merging this pull request may close these issues.

None yet

3 participants