From 15dc8b8d9b018a303dfa14cf26c8b6d9dde3c8cd 2013-07-26 16:41:41 From: MinRK Date: 2013-07-26 16:41:41 Subject: [PATCH] remove informal notes from importing example --- diff --git a/examples/notebooks/Importing Notebooks.ipynb b/examples/notebooks/Importing Notebooks.ipynb index ae20fad..da7914e 100644 --- a/examples/notebooks/Importing Notebooks.ipynb +++ b/examples/notebooks/Importing Notebooks.ipynb @@ -24,15 +24,9 @@ "This is made difficult by the fact that Notebooks are not plain Python files,\n", "and thus cannot be imported by the regular Python machinery.\n", "\n", - "There is a flag in the notebook server that provides a certain workaround for a small set of cases,\n", - "but I think it's gross so I won't even discuss it.\n", - "\n", "Fortunately, Python provides some fairly sophisticated [hooks](http://www.python.org/dev/peps/pep-0302/) into the import machinery,\n", "so we can actually make IPython notebooks importable without much difficulty,\n", - "and only using public APIs.\n", - "\n", - "Forgive me if some of this is gross or wrong,\n", - "I haven't really written import hooks before." + "and only using public APIs." ] }, {