Skip to content

FIX: 500 Internal Server Error #6

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

JavierGOrdonnez
Copy link

currently, a service generated with this cookiecutter will not work (see #5 ). This PR fixes that.

closes #5

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

👀

@JavierGOrdonnez JavierGOrdonnez requested a review from pcrespov July 31, 2025 16:20
Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

🤔 @GitHK can you review thisone?

Comment on lines +6 to +15
ipyevents==2.0.2
ipympl==0.9.7
jupyterlab==4.4.5
jupyter-collaboration==4.1.0
jupyter-collaboration-ui==2.1.0
jupyterlab-git==0.51.2
jupyterlab-latex==4.3.0
jupyterlab-lsp==5.2.0
python-lsp-server==1.13.0
Copy link

Choose a reason for hiding this comment

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

Q: have you checked that all these work as expected?
Please make sure the following works, usually they find a way to break magically:

  • if there is a voila mode, make sure it renders as expected
  • make sure that the voila preview is working
  • make sure latex displays as expected

driver: docker-container
- name: create new dir
Copy link

Choose a reason for hiding this comment

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

I actually prefer to have these removed.

FYI: there is a way to have them here if they are needed

Copy link
Member

@sanderegg sanderegg left a comment

Choose a reason for hiding this comment

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

cool!

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.

Bug: Getting 500: Internal Server Error
4 participants