Gautam Sarawagi
Gautam Sarawagi
I would like to work on this project, please assign this task to me.
Can I work on this issue? I went through both the cbioportal frontend and the clinical timeline and have understood the project architecture of this section. I want to work...
@kolibril13 I was also encountering the same issue. But after I setup a basic yarn.lock file inside the project folder the command ran smoothly. That was the error description so...
@trungleduc @tgourdel still facing the same issue , any fixes you guys got. Whenever I delete the `.jupyterlite.doit.db` file. I loose all the custom changes i made in jupyterlite while...
@tgourdel I was using this command after deleting the .jupyterlite.doit.d `jupyter lite build --output-dir lite`
Still experiencing the same behaviour. Current Behaviour: 1. If I keep the .jupyterlite.doit.d and create the build it keeps track of custom changes I made. But if I delete the...
@alisman You are absolutely right, We will need to host the JupyterLite ourself to pass the data to it. - I actually tried working with the passed data directly but...
@alisman I have read all the docs in this last week. and tried out different cases: 1. First I tried to run the algorithm on the passed data and also...
@alisman, thanks for the feedback! The extension does seem like the way to go for smooth communication between the portal and the notebook. A Zoom session is a great idea...
Hey @alisman based on our discussion yesterday I came across this [extension](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access) from the jupyterlab itself. And you were right. They are using **ServiceManager** API's - [index.ts](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/blob/main/src/index.ts) This might be...