Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/CC1_CMS_activity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"# JupyterLite won't load the full 2015 dataset without crashing due to memory, so we're using the 2011 dataset instead\n",
"if (sys.platform == 'emscripten'):\n",
" # Load the 2011 dataset (500k rows)\n",
" url = \"https://raw.githubusercontent.com/QuarkNet-HEP/coding-camp/refs/heads/main/content/data/Double_Muon_Run2011A.csv\"\n",
" url = \"https://raw.githubusercontent.com/QuarkNet-HEP/coding-camp/refs/heads/main/content/data/Double_Muon_Run2011A_with_Mass.csv\"\n",
" muons = pd.read_csv(url)\n",
"else:\n",
" # Load the full 2015 dataset (1M+ rows)\n",
Expand Down
Loading
Loading