Giter Club home page Giter Club logo

Comments (5)

timkpaine avatar timkpaine commented on September 6, 2024

Unfortunately Jupyter has a few different config files right now. You should look at jupyter --paths, and look for jupyter_{notebook,lab,server}_config.py. If nothing is present, you can also try jupyter lab --generate-config and it should tell you what file to use.

from jupyter-fs.

tristanbrown avatar tristanbrown commented on September 6, 2024

Can you clarify? Out of the jupyter --paths I see, only /opt/conda/etc/jupyter contains any preexisting config files. But modifying these doesn't seem to change anything.

If I use jupyter lab --generate-config, it creates ~/.jupyter/jupyter_lab_config.py, but it's not completely clear which options I'm supposed to put in the .py version of config to make jupyter-fs work. I tried including c.ServerApp.contents_manager_class = 'jupyterfs.metamanager.MetaManager', but again, nothing changes.

Would it be possible for jupyter-fs to set up the proper config upon install?

from jupyter-fs.

timkpaine avatar timkpaine commented on September 6, 2024

Just to clarify, you did

import jupyterfs 
c.ServerApp.contents_manager_class = jupyterfs.metamanager.MetaManager

not a string, correct? I believe setting in a python config file vs a json config file requires some changes from the readme.

from jupyter-fs.

tristanbrown avatar tristanbrown commented on September 6, 2024

Okay, that worked, but now I'm running into the same "empty panel" issue described in #187.

from jupyter-fs.

timkpaine avatar timkpaine commented on September 6, 2024

Ok cool going to close this and followup on that thread, might be an issue with newer jlab.

from jupyter-fs.

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.