nbcommands icon indicating copy to clipboard operation
nbcommands copied to clipboard

Unix commands for Jupyter notebooks.

Results 14 nbcommands issues
Sort by recently updated
recently updated
newest added

I have been trying to use nbgrep from a jupyter notebook using subprocess but so far no success. Thanks, Fred

Line number and execution count make copying lines harder from terminal when they are inline. Moving them to a line above as a code comment makes it easier to copy...

enhancement

Continuing the discussion from #4. cc: @deepu-tp

enhancement

Which can contain basic help information.

enhancement

@vinayak-mehta thanks for handling #9 so quickly! I just upgraded nbcommands, and I think I might have found one more edge case, I hope you don't mind me reporting this...

bug

https://github.com/minrk/ipython_extensions/

enhancement

Use the parse function from the ansimarkup package to render colored output instead of concatenating escape sequences from the colorama package. En passant, also used the MarkdownLexer to highlight markdown...

``` -B, --before-context=NUM print NUM lines of leading context -A, --after-context=NUM print NUM lines of trailing context -C, --context=NUM print NUM lines of output context ```

enhancement