-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: Correcting patch file and making changes to make jupyter work in dev env #12
Conversation
@@ -0,0 +1,8 @@ | |||
jupyterhub: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, why is this needed now? How was it working before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Abdul-Muqadim-Arbisoft following up on this. Plus, having the info in the PR description will be helpful as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving this PR to draft, since needs some more modifications, will add description as well , tutor Jupyter was never working before on dev but it was only working on local, due to wrong patch file there is no such path as dev-docker-compose-services
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have completed the testing, and the description has been updated accordingly. The Tutor Jupyter plugin now functions correctly in both development and local modes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested dev, working fine.
nit: please add a changelog for this change.
This PR addresses issues with the Tutor Jupyter plugin not functioning in development mode. Previously, the plugin lacked a necessary patch file for development environments. This update introduces a new patch file, openedx-development-settings, which ensures that the Jupyter plugin operates correctly in both development and local modes.
Additionally, this PR removes an incorrect reference to a non-existent patch file named dev-docker-compose-services. Confirmation that this patch file does not exist can be found in the official documentation here: Tutor Patches Reference.