Skip to content

Commit

Permalink
fix: Correcting patch file and making changes to make jupyter work in…
Browse files Browse the repository at this point in the history
… dev env (#12)

* fix: Correcting patch file and making changes to make jupyter work in dev env
  • Loading branch information
Abdul-Muqadim-Arbisoft committed Sep 18, 2024
1 parent 6620a2a commit 00bb883
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-18.1.0'></a>
## v18.1.0 (2024-09-15)

- 💥[Feature] Make the plugin work in development mode by adding `openedx-development-settings`. (by @Abdul-Muqadim-Arbisoft)

<a id='changelog-18.0.0'></a>
## v18.0.0 (2024-06-20)

Expand Down
2 changes: 1 addition & 1 deletion tutorjupyter/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "18.0.0"
__version__ = "18.1.0"
3 changes: 0 additions & 3 deletions tutorjupyter/patches/dev-docker-compose-services

This file was deleted.

8 changes: 8 additions & 0 deletions tutorjupyter/patches/local-docker-compose-dev-services
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
jupyterhub:
command: jupyterhub --port=9045
ports:
- "9045:9045"
stdin_open: true
tty: true
environment:
NETWORK_NAME: "{{ DEV_PROJECT_NAME }}_default"
3 changes: 3 additions & 0 deletions tutorjupyter/patches/openedx-development-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LTI_DEFAULT_JUPYTER_PASSPORT_ID = "{{ JUPYTER_DEFAULT_PASSPORT_ID }}"
LTI_DEFAULT_JUPYTER_HUB_URL = "{% if ENABLE_HTTPS %}%https{% else %}http{% endif %}://{{ JUPYTER_HOST }}:9045"

0 comments on commit 00bb883

Please sign in to comment.