Giter Club home page Giter Club logo

Comments (4)

davidbrochart avatar davidbrochart commented on June 23, 2024 2

It's unlikely this is going to be accepted in jupyter-server, as it is a Jupyter server that comes with "essential" functionalities that dependencies expect, and nbconvert is one of them.
Jupyverse on the other hand allows that, as it's a modular server where everything is a plugin. It's as easy as not installing fps-nbconvert.

from jupyter_server.

Zsailer avatar Zsailer commented on June 23, 2024 2

I think making it a server extension is a reasonable ask.

We made a similar call with the terminals and mathjax APIs in Jupyter Server a few years back.

I agree that nbconvert feels more like an optional feature of Jupyter Server than a necessary requirement for a minimal Jupyter Server (there has been a lot of discussion previously about what makes a minimal Jupyter Server).

If you're really interested in separating out nbconvert, I think we could get this done without much resistance. We just need fingers at the keyboard.

Practically, the approach we took for e.g. terminals was:

  1. create a separate python package for the server extension
  2. move all of logic from that extension to this new package.
  3. merge and release the package.
  4. depend on this package in jupyter_server, at least for now. (Completely removing it would require a major release of jupyter server, since it changes our REST API surface).

By doing this, we would introduce a non-breaking change that would allow folks to at least disable nbconvert. In future (major) releases of Jupyter Server, we could drop the dependency if folks agree.

from jupyter_server.

Wh1isper avatar Wh1isper commented on June 23, 2024 1

Seems making it a separate server extension is more reasonable. As nbconvert need more configuration when using LaTeX.

from jupyter_server.

welcome avatar welcome commented on June 23, 2024

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

from jupyter_server.

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.