Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 687 Bytes

jupyter completions for Fish

Fish shell completions for jupyter, including its subcommands and options.

These completions are compatible with jupyter 4.4.0 (and likely other versions as well, but untested for those versions)

Installation

There are several ways you can install these shell completions.

Using fisherman

Just run:

fisher lwolfsonkin/fish-jupyter-completions

Manually

Put completions/jupyter.fish your ~/.config/fish/completions directory.

License

MIT

Acknowledgments

Repo format attributed to brgmnn/fish-docker-compose