Skip to content
Snippets Groups Projects
Commit a80282b7 authored by Millian Poquet's avatar Millian Poquet
Browse files

notebook: cosmetics (theme, remove library msg)

parent 4c90c165
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@
pkgs.pandoc
pkgs.R
pkgs.rPackages.rmarkdown
pkgs.rPackages.rmdformats
pkgs.rPackages.knitr
pkgs.rPackages.tidyverse
pkgs.rPackages.viridis
......
......@@ -5,9 +5,7 @@ date: "2024-05-05"
params:
simulation_aggregated_output: "simulation-aggregated-output.csv"
output:
html_document:
toc: true
theme: united
rmdformats::readthedown
---
# Introduction
......@@ -28,8 +26,8 @@ The goal of this notebook is to determine the impact of the job power predictor
## Code to read and prepare data
```{r, echo = TRUE}
library(tidyverse)
library(viridis)
suppressMessages(library(tidyverse))
suppressMessages(library(viridis))
library(knitr)
# data extracted from the analysis of the M100 real trace from 2022-01 to 2022-09
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment