In [8]:
%%writefile delme.py
print('hello Anaconda')


Writing delme.py

In [7]:
%write


ERROR:root:Line magic function `%write` not found.

In [5]:
pd.read_csv?

In [ ]: