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

Bring up to date #4

Open
dsblank opened this issue May 18, 2016 · 5 comments
Open

Bring up to date #4

dsblank opened this issue May 18, 2016 · 5 comments

Comments

@dsblank
Copy link

dsblank commented May 18, 2016

@jdfreder I'm working with the Google Summer of Code group on BioJS https://biojsnet.herokuapp.com/ to integrate the biojs tools better with ipython.

@rohanjaswal2507 is the gsoc developer, and we're looking at jsobject as a starting point. Is it possible that you could help us bring jsobject up to date to work with a more modern ipython? Any pointers would help!

@jdfreder
Copy link
Owner

Hey @dsblank , sure, I'm glad to be of assistance. A quick peek at the code raised my attention to

There may be more hurdles, but this is a start.

@dsblank
Copy link
Author

dsblank commented May 18, 2016

Thanks, @jdfreder ! Those may seem obvious, but would take us a while to figure out. @rohanjaswal2507 is just getting started, but it is taking a bit to understand this part of the API. Thanks again!

@rohanjaswal2507
Copy link

Thanks for the help @jdfreder. I went through the code. While trying to install the code and it is causing some troubles as you mentioned.
I am sharing the output on the console: http://glug.nith.ac.in:5000/4286314
Can you please help with this?

@rohanjaswal2507
Copy link

@jdfreder Please ignore the last comment. The issue got fixed. However, getting some errors in the console while trying to load the notebook. Let me work on them and then will discuss here.

@rohanjaswal2507
Copy link

@jdfreder The main problem I am getting while trying to run the code is that comm could not be opened.
Error: Class BrowserContext not found in registry.

But, when I include a print statement in the BrowserContext class constructor(https://github.com/jdfreder/ipython-jsobject/blob/master/jsobject/jsobject.py#L57) after line 57, then the type of _comm is <ipykernel.comm.comm.Comm object at 0x7f2b045ad4d0>

So, what could be wrong with this? What can I do to ensure that comm with target_name=BrowserContext is registered?

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