Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
21 stars 12 forks source link

Add Verena's Kaggle exploration notebook to the monorepo #1222

Closed tschaffter closed 1 year ago

tschaffter commented 1 year ago

See #1221 for background information.

vpchung commented 1 year ago

I am unable to successfully launch Jupyter notebook:

Image

Following the Preview in #1221 , the commands I used were:

$ nx prepare-python openchallenges-notebook
$ nx serve openchallenges-notebook

I initially thought it was maybe due to the recent change to the config server, so I tried adding PORT=8888 to my .env but to no avail. Then I looked up the Fail to get yarn configuration. Unknown Syntax Error: Extraneous positional argument ("list"). error message and came across this issued bug from July 2022. Based on some of the comments, yarn 3 is not yet supported and we are currently using v3.3.0.

@tschaffter did you happen to come across this error back when you first added the notebook a month ago?

tschaffter commented 1 year ago

I also bumped into this issue when starting the notebook. I can still access JupyerLab.

vpchung commented 1 year ago

@tschaffter ahh, interesting turn of events. When I first launched the project, I could not access localhost:8888. But now I'm able to 🙃