Giter Site home page Giter Site logo

Comments (3)

minrk avatar minrk commented on July 20, 2024

The string associated with a subcommand is what shows up in the parent's help output:

ipython -h
...
Subcommands
-----------

Subcommands are launched as `ipython cmd [args]`. For information on using
subcommand 'cmd', do: `ipython cmd -h`.

kernel
    Start a kernel without an attached frontend.
nbconvert
    DEPRECATED: Convert notebooks to/from other formats.
kernelspec
    DEPRECATED: Manage Jupyter kernel specifications.
install-nbextension
    DEPRECATED: Install Jupyter notebook extension files
profile
    Create and manage IPython profiles.
console
    DEPRECATED: Launch the Jupyter terminal-based Console.
notebook
    DEPRECATED: Launch the Jupyter HTML Notebook Server.
qtconsole
    DEPRECATED: Launch the Jupyter Qt Console.
locate
    print the path to the IPython dir
trust
    DEPRECATED: Sign notebooks to trust their potentially unsafe contents at load.
history
    Manage the IPython history database.

If we want to show a message when dispatching to the deprecated subcommands, it's going to mean extra code to run prior to dispatching. Perhaps deprecated subcommands should be a separate collection?

from traitlets.

Carreau avatar Carreau commented on July 20, 2024

If we want to show a message when dispatching to the deprecated subcommands, it's going to mean extra code to run prior to dispatching. Perhaps deprecated subcommands should be a separate collection?

Probably otherwise people dont' get a message when they actually use the subcommand (like on SO):

$ ipython kernelspec
No subcommand specified. Must specify one of: ['install', 'install-self', 'list']

Manage Jupyter kernel specifications.

Subcommands
-----------

Subcommands are launched as `jupyter kernelspec cmd [args]`. For information on
using subcommand 'cmd', do: `jupyter kernelspec cmd -h`.

install
    Install a kernel specification directory.
install-self
    [DEPRECATED] Install the IPython kernel spec directory for this Python.
list
    List installed kernel specifications.

I see that the install-self is deprecated, but it would be nice to see that kernelspec itself is deprecated.

from traitlets.

Carreau avatar Carreau commented on July 20, 2024

Actually we can just make a dummy wrapper around 'jupyter_client.kernelspecapp.KernelSpecApp' that log a stderr message when used, and change the alias to point to the deprecated wrapper.

from traitlets.

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.