-
Notifications
You must be signed in to change notification settings - Fork 10
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
voltron with jupyter notebook #144
Comments
Hello there, Thanks so much <3 Hmm perhaps I can configure the port where it can be an option for any function that requires shiny applications. As an alternative, if you wanna use VoltRon in a jupyter notebook (with R kernel?) perhaps we can trigger shiny using |
allowing shiny options passed to shinyApp and runApp git #144
I have pushed an update to the shiny-based routines to recognize
The update is on dev now. Please remove the R package, restart R session and download VoltRon from dev branch again to try. |
thank you for update function. i've removed the R package and re-download from dev, but still there is no shiny.options at registerSpatialData function. |
Hello there, I have just tried pulling from the dev branch to see if it is working, and it does: Reinstalling R packages are bit more tricky then it should be, you have to make sure that you deleted it by attemping to delete twice, and restart the R session before downloading, otherwise you get the same package ... also |
It was my pleasure my friend, thanks for the feedback :D |
Yes i used automated registration! |
Hi again! Instead of manually interacting with the Shiny app, I want to automate the process and get the results directly in a single run. Is there a way to convert the interactive steps that runs entirely in R with automated registration? |
Hmm, we were thinking of implementing this as once you enter the correct parameters the run should just go through the alignment itself. We can implement this soon, will let know. |
Hey there, we have an implementation for this now on the main branch. See also here. There are some examples in the tutorials page now too. |
Thank you for creating such a great tool.
I am trying to perform an analysis on a Jupyter Notebook using a conda environment as the kernel on a Linux server. However, the IP I can use is fixed, and it seems that the registerSpatialData function does not allow me to fix the IP. Additionally, due to server policies, I am unable to use RStudio.
Could you please suggest what I can do in this situation?
The text was updated successfully, but these errors were encountered: