Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run install-support.ipynb #2

Open
yw5aj opened this issue Nov 18, 2014 · 1 comment
Open

Cannot run install-support.ipynb #2

yw5aj opened this issue Nov 18, 2014 · 1 comment

Comments

@yw5aj
Copy link

yw5aj commented Nov 18, 2014

Hi Fernando,

First of all, thank you so much for the great work!

I was trying to run the install-support.ipynb, but got this error:

fatal: destination path 'X:\WinPython3\settings\.ipython\profile_default\static\custom' already exists and is not an empty directory.

Basically because 1) I need to use IPython Notebook to run the .ipynb file, and 2) whenever I start the ipython notebook, the folder static\custom got created and is non-empty.

Could you please help?

Thanks!

Shawn

@fperez
Copy link
Owner

fperez commented Feb 9, 2015

Sorry, this wasn't really set up for "production" use, so it's a bit manual and clunky. Perhaps I shouldn't even have tried to automate the setup...

The easiest solution is:

  1. temporarily rename your static/custom directory to say static/custom-tmp
  2. run the code above to completion.
  3. move back the contents of your custom-tmp directory into the newly created custom directory.
  4. restart IPython notebook

Horribly ugly, but it will do the trick for now.

In the future, we'll work on having a clean setup/installation of the slideshow machinery, but this is what we can do right at this time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants