Skip to content

Instantly share code, notes, and snippets.

@chrisking
Last active July 20, 2023 20:36
Show Gist options
  • Save chrisking/f4c4183fddac313f4b1b6f1244c749a5 to your computer and use it in GitHub Desktop.
Save chrisking/f4c4183fddac313f4b1b6f1244c749a5 to your computer and use it in GitHub Desktop.

Just a Demo on syntax highlighting in markdown

Shell/Bash

sudo apt-get install -y 

Python

import pandas as pd
import numpy as np

train_df,test_df = train_test_split(df, test_size=0.2, random_state=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment