Skip to content

Instantly share code, notes, and snippets.

@se4u
Last active May 10, 2018 20:23
Show Gist options
  • Save se4u/32041f81f6b3905f73df063b012b5529 to your computer and use it in GitHub Desktop.
Save se4u/32041f81f6b3905f73df063b012b5529 to your computer and use it in GitHub Desktop.
Create empty ipython notebook from the command line.
#!/usr/bin/env bash
cat <<EOF
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment