Skip to content

Instantly share code, notes, and snippets.

@jacknlliu
Created January 11, 2017 01:42
Show Gist options
  • Select an option

  • Save jacknlliu/6f2af1740884346a52dcddbb2e776d61 to your computer and use it in GitHub Desktop.

Select an option

Save jacknlliu/6f2af1740884346a52dcddbb2e776d61 to your computer and use it in GitHub Desktop.
computation python initial script
#! /usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np
from sympy import init_session
init_session()
%matplotlib tk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment