Skip to content
Christophe Pinte edited this page Nov 6, 2018 · 1 revision

Welcome to the pymcfost wiki!

Setting up your ipython: add these lines in ipython/profile_default/startup/ipython_config.py

import os
import numpy as np
import matplotlib.pyplot as plt

get_ipython().magic(u"%reload_ext autoreload")
get_ipython().magic(u"%autoreload 2")
get_ipython().magic(u"%matplotlib")

import pymcfost as mcfost
print("pymcfost is loaded as mcfost")
Clone this wiki locally