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
I've been working through the process to generate the report PDFs and am summarizing them here. If you're happy with it, I suggest adding it to the readme.
Create a new Python environment for the review efforts: conda create -n reviews
Activate the environment: conda activate reviews
If you're using Windows Linux Subsystem, make sure that Docker Desktop is running and WSL integration is enabled.
Run make and wait until Jupyter is ready.
Open the Jupyter URL in your browser:
Start RStudio and navigate to the reports directories containing the .Rmd files.
Now, you can use Knit to PDF to generate the report PDFs:
The text was updated successfully, but these errors were encountered:
Hi Daniel,
I've been working through the process to generate the report PDFs and am summarizing them here. If you're happy with it, I suggest adding it to the readme.
Create a new Python environment for the review efforts:
conda create -n reviews
Activate the environment:
conda activate reviews
If you're using Windows Linux Subsystem, make sure that Docker Desktop is running and WSL integration is enabled.
Run
make
and wait until Jupyter is ready.Open the Jupyter URL in your browser:
Start RStudio and navigate to the reports directories containing the .Rmd files.
Now, you can use Knit to PDF to generate the report PDFs:
The text was updated successfully, but these errors were encountered: