I need to do a task next week that I can either do in R or Python, but I have to deliver it as Jupyter Notebook, and I've been trying to figure out how to use R in Jupyter Notebook all day without much success.
Conversation
Notices
-
Marie (adastra@lingo.lol)'s status on Saturday, 11-Feb-2023 13:39:44 CET Marie
-
Pybonacci (pybonacci@mastodon.social)'s status on Saturday, 11-Feb-2023 13:39:42 CET Pybonacci
-
Pybonacci (pybonacci@mastodon.social)'s status on Saturday, 11-Feb-2023 14:12:35 CET Pybonacci
@penguinoops @adastra
Why not> jupyter notebook
And then start an R kernel?
-
Marie (adastra@lingo.lol)'s status on Saturday, 11-Feb-2023 14:12:37 CET Marie
@pybonacci Yeah I installed that, doesn't work in VSCode yet for a reason I don't understand. Also didn't figure out how it use Jupyter NB in RStudio either yet.
-
Simon Li (penguinoops@fosstodon.org)'s status on Saturday, 11-Feb-2023 14:12:37 CET Simon Li
@adastra @pybonacci are Docker images an option?
https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
-