Giter Club home page Giter Club logo

jupyter_conf_search's People

Contributors

mpacer avatar

Watchers

 avatar

Forkers

eseiver

jupyter_conf_search's Issues

can't get rid of server_extensions warning

After using jupyter_conf_search to track down config files calling server_extensions (instead of the new nbserver_extensions), I'm still getting the warning:
[W 15:42:43.327 NotebookApp] server_extensions is deprecated, use nbserver_extensions
Every mention of server_extensions was deleted or has been commented out e.g.:

199: #c.NotebookApp.nbserver_extensions = {}

242: ## DEPRECATED use the nbserver_extensions dict instead

243: #c.NotebookApp.server_extensions = []

Command line interfaces

Since you asked about this in the meeting, here are some options for building command line interfaces.

  • argparse is the default option because it's part of the standard library. It's quite lengthy and the kind of thing I always have to look up, but it's powerful and non-magical.
  • docopt is quite popular, but too magical for my taste.
  • click is a newer option by Armin Ronacher (Flask, Jinja, etc.). I haven't used it, but it seems to use decorators heavily.
  • For historical interest, getopt is the old-school way of doing it. It's not recommended now, though, because the other options above give you things like help info for free.

There are of course plenty of other tools on PyPI doing similar things.

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.