Can not create a "notebook" using ipython Notebook

s666

I have recently installed ipython using Enthought's EPD python install - and when starting the iPython HTML notebook from the command prompt by typing:

ipython notebook --pylab=inline

I manage to get the localhost browser notebook screen pop up correctly.

However when I try to create a new notebook by clicking "New Notebook" I get the following error message:

"Creating Notebook Failed The error was: Unexpected error while autosaving notebook: C:\Windows\System32\Untitled0.ipynb [Errno 17] No usable temporary file name found"

I am assuming this i sbecause I may not have write privilege for that particular drive. So I have tried to go into the "ipython_notebook_config.py" file and change the following:

# The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = u'C:\Users\Stuart\Documents\iPython' 

and

c.FileNotebookManager.notebook_dir = u'C:\Users\Stuart\Documents\iPython'

I have then closed down all the cmd windows and started the ipython notebook agaion. But when I click on "New Notebook" I get the same error message as before:

"Creating Notebook Failed The error was: Unexpected error while autosaving notebook: C:\Windows\System32\Untitled0.ipynb [Errno 17] No usable temporary file name found"

Could someone please help me as to how I can get this working? Any help very much appreciated.

s666

The answer kindly provided by @Jakob in the comments above did the trick:

"Can you try switching to C:\Users\Stuart\Documents\iPython in the terminal before starting the notebook?"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Using IPython console along side IPython notebook

From Dev

Including a notebook in another notebook in IPython?

From Dev

IPython Notebook in a virtualenv, using Python 3.3

From Dev

Is it possible to create grouping of input cells in IPython Notebook?

From Dev

500 server error using IPython notebook on Windows

From Dev

can not start ipython notebook from anaconda

From Dev

Can I create an iPython notebook using JavaScript as the language in the cells?

From Dev

Can you upload a data file in a ipython notebook

From Dev

Default notebook directory in iPython Notebook - iPython 3.0.0

From Dev

Open 'ipython notebook' as: IPython notebook vs Jupyter

From Dev

Can PyCharm set breakpoints on ipython notebook?

From Dev

Can a Jupyter / IPython notebook take arguments in the URL?

From Dev

Create a table containing pipes on ipython notebook

From Dev

How can I reference libraries for ApacheSpark using IPython Notebook only?

From Dev

Inline display when using GalSim on iPython Notebook

From Dev

Using the %timeit command to time an entire IPython notebook?

From Dev

Default template for iPython notebook (using Jupyter)

From Dev

Using ipython magics in R jupyter notebook?

From Dev

Using pip to install iPython Notebook

From Dev

Can not import matplotlib with pyenv ipython notebook

From Dev

Ipython notebook link to external notebook

From Dev

Charting gender in IPython notebook using pandas or matplotlib

From Dev

Can PyCharm set breakpoints on ipython notebook?

From Dev

IPython Notebook - saving notebook fails

From Dev

How can I reference libraries for ApacheSpark using IPython Notebook only?

From Dev

Can't install pip on ipython notebook

From Dev

Using the %timeit command to time an entire IPython notebook?

From Dev

Ipython notebook link to external notebook

From Dev

Ipython notebook - Create a new notebook (Python conda or default Python)

Related Related

  1. 1

    Using IPython console along side IPython notebook

  2. 2

    Including a notebook in another notebook in IPython?

  3. 3

    IPython Notebook in a virtualenv, using Python 3.3

  4. 4

    Is it possible to create grouping of input cells in IPython Notebook?

  5. 5

    500 server error using IPython notebook on Windows

  6. 6

    can not start ipython notebook from anaconda

  7. 7

    Can I create an iPython notebook using JavaScript as the language in the cells?

  8. 8

    Can you upload a data file in a ipython notebook

  9. 9

    Default notebook directory in iPython Notebook - iPython 3.0.0

  10. 10

    Open 'ipython notebook' as: IPython notebook vs Jupyter

  11. 11

    Can PyCharm set breakpoints on ipython notebook?

  12. 12

    Can a Jupyter / IPython notebook take arguments in the URL?

  13. 13

    Create a table containing pipes on ipython notebook

  14. 14

    How can I reference libraries for ApacheSpark using IPython Notebook only?

  15. 15

    Inline display when using GalSim on iPython Notebook

  16. 16

    Using the %timeit command to time an entire IPython notebook?

  17. 17

    Default template for iPython notebook (using Jupyter)

  18. 18

    Using ipython magics in R jupyter notebook?

  19. 19

    Using pip to install iPython Notebook

  20. 20

    Can not import matplotlib with pyenv ipython notebook

  21. 21

    Ipython notebook link to external notebook

  22. 22

    Charting gender in IPython notebook using pandas or matplotlib

  23. 23

    Can PyCharm set breakpoints on ipython notebook?

  24. 24

    IPython Notebook - saving notebook fails

  25. 25

    How can I reference libraries for ApacheSpark using IPython Notebook only?

  26. 26

    Can't install pip on ipython notebook

  27. 27

    Using the %timeit command to time an entire IPython notebook?

  28. 28

    Ipython notebook link to external notebook

  29. 29

    Ipython notebook - Create a new notebook (Python conda or default Python)

HotTag

Archive