GithubHelp home page GithubHelp logo

Comments (7)

minrk avatar minrk commented on July 20, 2024 5

@thoth291 you can still use the Python config:

c.NotebookApp.server_extensions.append("ipyparallel.nbextension")

Or you can install/enable the extension for just you:

jupyter nbextension install --py ipyparallel --user
jupyter nbextension enable --py ipyparallel --user
jupyter serverextension enable --py ipyparallel --user

from ipyparallel.

cel4 avatar cel4 commented on July 20, 2024 1

Instead of editing jupyter_notebook_config.py, edit jupyter_notebook_config.json and look for:

  "NotebookApp": {
    "server_extensions": [
      <some lines>
    ]

change this to:

  "NotebookApp": {
    "server_extensions": [
      <some lines>,
      "ipyparallel.nbextension"
    ]

from ipyparallel.

cardosan avatar cardosan commented on July 20, 2024

solved, thanks!

from ipyparallel.

thoth291 avatar thoth291 commented on July 20, 2024

It's not really working for me though.
My conda root environment is installed by admin and there is no way for me to update that .json file.
All what I can play with is my .py file. So is there any way to change the path/order to look for .json or something which might be helpful in my case?

from ipyparallel.

thoth291 avatar thoth291 commented on July 20, 2024

Thanks.
I actually have found out that I can create my own .json file in my jupyter profile directory.
As an alternative I also asked admin to enable all sort of extensions in the root .json so that other users will not be affected.

from ipyparallel.

etlolap avatar etlolap commented on July 20, 2024

Where can I find jupyter_notebook_config.json? I can only find jupyter_notebook_config.py under home/.jupyter/.

from ipyparallel.

minrk avatar minrk commented on July 20, 2024

Anywhere there is a config.py, a config.json can be placed next to it. However, if you are editing by hand, I recommend using the .py config files over the .json ones, as they are much easier to read/write/edit. The two are equivalent, but one is meant to be written by machines, the other by humans.

from ipyparallel.

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.