These are instructions for setting up a SvelteKit demo project and deploying it to Firebase with framework aware hosting.
Setup a new SvelteKit project with:
These are instructions for setting up a SvelteKit demo project and deploying it to Firebase with framework aware hosting.
Setup a new SvelteKit project with:
| library(tidyverse) | |
| annotation <-"HP" | |
| # identify max char length of y-label | |
| ymax_chr <- nchar(as.integer(max(mtcars$hp))) | |
| ggplot(mtcars, aes(x = mpg, y = hp)) + | |
| geom_point(color = "black", alpha = 0.5) + | |
| scale_y_continuous( |
git config filter.strip-notebook-output.clean 'jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to=notebook --stdin --stdout --log-level=ERROR'
Create a .gitattributes file inside the directory with the notebooks
Add the following to that file: