Skip to content

Commit

Permalink
clear output
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed Oct 4, 2023
1 parent d6c56ac commit 3cb9598
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions git_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,12 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "89ca15f7-9551-42d2-b7c1-783d25fecb4d",
"metadata": {
"tags": []
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"── \u001b[1mAttaching packages\u001b[22m ─────────────────────────────────────── tidyverse 1.3.2 ──\n",
"\u001b[32m✔\u001b[39m \u001b[34mggplot2\u001b[39m 3.4.2 \u001b[32m✔\u001b[39m \u001b[34mpurrr \u001b[39m 1.0.1\n",
"\u001b[32m✔\u001b[39m \u001b[34mtibble \u001b[39m 3.2.1 \u001b[32m✔\u001b[39m \u001b[34mdplyr \u001b[39m 1.1.1\n",
"\u001b[32m✔\u001b[39m \u001b[34mtidyr \u001b[39m 1.3.0 \u001b[32m✔\u001b[39m \u001b[34mstringr\u001b[39m 1.5.0\n",
"\u001b[32m✔\u001b[39m \u001b[34mreadr \u001b[39m 2.1.3 \u001b[32m✔\u001b[39m \u001b[34mforcats\u001b[39m 0.5.2\n",
"── \u001b[1mConflicts\u001b[22m ────────────────────────────────────────── tidyverse_conflicts() ──\n",
"\u001b[31m✖\u001b[39m \u001b[34mdplyr\u001b[39m::\u001b[32mfilter()\u001b[39m masks \u001b[34mstats\u001b[39m::filter()\n",
"\u001b[31m✖\u001b[39m \u001b[34mdplyr\u001b[39m::\u001b[32mlag()\u001b[39m masks \u001b[34mstats\u001b[39m::lag()\n"
]
}
],
"outputs": [],
"source": [
"library(tidyverse)"
]
Expand Down

0 comments on commit 3cb9598

Please sign in to comment.