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

read a list of notebooks on server and bring into browser only notebook #2241

Closed
davidjensen opened this issue Aug 3, 2012 · 5 comments
Closed
Milestone

Comments

@davidjensen
Copy link

I am new to ipython notebook. I cannot determine how to read in a browser notebook on the server. The notebooks are currently saved in root. how do I load them into the browser?

@Carreau
Copy link
Member

Carreau commented Aug 3, 2012

I'm not sure of what you mean.

In command line :

ipython notebook --your-options

... a browser window should open on http://localhost:8888 or to what you have configured.

You can upload .ipynbfile by draging them on the window, or by clicking on click here.

If you want to download them, open one, go to File > Dowload As > IPython (.ipynb)

@davidjensen
Copy link
Author

I am running only in the browser. ipython is on the server and I am trying to "read", "load" notebooks from the server.

  • cannot drag files into browser on local machine
  • "click here" is for the local machine
    thanks

@Carreau
Copy link
Member

Carreau commented Aug 3, 2012

The server only serve ipynb ile from one folder.

You should either run it with --notebookdir=path/to/your/files
Or copy/mv the ipynb files to where the server is currently running; which can be seen by !pwd on a freshly created kernel, or in the dashbord.

you can use ! any commandto execute it on the distant machine.

@davidjensen
Copy link
Author

I think this means:

  • the dashboard has all the notebooks in one folder., so there is no need to load them.
  • copy/mv will put all needed ipynb files to the current directory which will then show them in the dashboard

@fperez
Copy link
Member

fperez commented Aug 3, 2012

@davidjensen, for future reference, please use our mailing list for questions. The github tracker is for tracking bugs, and we are already drowning in open issues, so we really need help from our users in keeping this resource focused on bug tracking.

If a question on the list is determined to point to a real bug or feature request, it's easy to come here and file an issue afterwards (and we do so regularly).

@minrk minrk added this to the no action milestone Mar 26, 2014
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

4 participants