You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Jupyter (and obvs would need Python and pip)
python -m pip install jupyter
Install R
brew install --cask r
Open R in terminal and install the IRkernel:
install.packages('IRkernel')
We need to make Jupyter see the newly installed R kernel by installing a kernelspec. To install system-wide, set user to False in the installspec command in your Rconsole:
install.packages('IRkernel')
Open the notebook:
jupyter notebook
Running the first cell installs all the packages into the base R as there's no venv created and the packages don't have specificed versions
Section of Documentation
Software tools
Description of Improvement
Benefits of Improvement
Easier to use R and re-run analyses in R
Additional Context
No response
Definition of Done
The text was updated successfully, but these errors were encountered: