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

Remove notebook dependency #19

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Remove notebook dependency #19

wants to merge 6 commits into from

Conversation

devincowan
Copy link

@devincowan devincowan commented Jan 16, 2025

Upgrading notebook version in hopes it resolves dependency tree for hydroshare_on_jupyter

Trouble going to >6.5.5 but <7.x -- these newer versions seem to have pyzmq pinned <v25 which is not compatible with the other packages in the extension it looks like

@devincowan devincowan changed the title Update notebook dependency to 6.5.4 and adjust static files import fo… Update notebook dependency to 6.5.4 Jan 16, 2025
@devincowan
Copy link
Author

I made some changes removing notebook entirely, that 🤞 I'm hoping will work...

@devincowan devincowan changed the title Update notebook dependency to 6.5.4 Remove notebook dependency Feb 13, 2025
from tornado.web import StaticFileHandler
import os

import jupyter_server
from jupyter_server.extension.application import ExtensionApp
from notebook import DEFAULT_STATIC_FILES_PATH, DEFAULT_TEMPLATE_PATH_LIST
from jupyter_server import DEFAULT_TEMPLATE_PATH_LIST
from jupyter_server import DEFAULT_STATIC_FILES_PATH
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When testing locally it looks like there are issues with the static files
image

@devincowan devincowan requested a review from pkdash February 14, 2025 19:36
@devincowan devincowan marked this pull request as draft February 17, 2025 17:51
@devincowan devincowan removed the request for review from pkdash February 17, 2025 17:51
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.

1 participant