Giter Site home page Giter Site logo

Comments (5)

martin-spott avatar martin-spott commented on August 17, 2024 1

I had the same issue using Mac OS 10.12.6, running notebook server 5.0.0 with Python 3.6.1 and Anaconda 4.4.0.

I read and fiddled around a lot and finally got it working. For the initial installation I used

conda install -c conda-forge nbpresent
and also
conda install nbpresent

on top of it - neither brought up the buttons to edit or show the slides.

After two days of unsuccessfully trying things I installed RISE, a "live" Reveal.js Jupyter/IPython Slideshow Extension using
conda install -c damianavila82 rise

See https://github.com/damianavila/RISE for more information.

Restarting the notebook server I could now build slideshows using Reveal/RISE and run them with an associated new button next to all the other ones. Still, the nbpresent buttons to edit or show the slides were missing, though.

After reading the instructions to enable an extension on
http://jupyter-notebook.readthedocs.io/en/latest/extending/frontend_extensions.html#installing-and-enabling-extensions I ran the following on the command line:

jupyter nbextension enable nbpresent --py
which apparently does the same as
jupyter nbextension enable nbpresent/js/nbpresent.min

I know that @linwoodc3 has mentioned and run the first command, also I see it the yaml configuration files for nbpresent, i.e. I would have expected them to be run during installation anyway. In other words, I am not sure why running them manually made a difference for me.

I do not know, if installing RISE changed something in the configuration and I do not want to redo all the steps to test it.

Both commands above add the following to the configuration file notebook.json, which is in the folder ~/.jupyter/nbconfig on my machine.

{
    ...
    "load_extensions": {
    ...
    "nbpresent/js/nbpresent.min": true
  },
  ...
}

Anyway, I now have all the nbpresent buttons. Good luck to all of you (@linwoodc3, @R-Broadley, @jaknap32, @AmokHuginnsson).

from nbpresent.

R-Broadley avatar R-Broadley commented on August 17, 2024

I have the same issue nbpresent 3.0.2, Anaconda 4.3.1, Python 3.5.2 and Julia 0.5 with IJulia and Python 2.7. Using Mac OS 10.10.5.

from nbpresent.

pka32 avatar pka32 commented on August 17, 2024

Same issue, Was anyone able to get a solution?

from nbpresent.

AmokHuginnsson avatar AmokHuginnsson commented on August 17, 2024

Same here, Ubuntu 17.10, python 3.5.3, installed with pip3 9.0.1, jupyter version 4.3.0, jupyter-notebook version 5.0.0

from nbpresent.

pka32 avatar pka32 commented on August 17, 2024

thank you very much @martin-spott 👍 working for mee too!! :)

from nbpresent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.