First time here? Check out the FAQ!
asked 6 years ago
Is there a way to load a file containing many LaTeX shortcuts (like \newcommand{...}{...}) into an iPython notebook, so that these can be used throughout?
\newcommand{...}{...}
Or is it possible to add to a (hopefully hidden) cell? If so, what would be the syntax?