Skip to content

Commit

Permalink
Merge pull request #37 from greg-hellings/add_kwargs
Browse files Browse the repository at this point in the history
Add required kwargs
  • Loading branch information
anki-code authored Jul 4, 2024
2 parents 9e1834a + 9d551dc commit 1ec772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# register xonfig info hook
@XSH.builtins.events.on_xonfig_info_requested
def jupyter_info():
def jupyter_info(**kwargs):
jup_ksm = jup_kernel = None
try:
from jupyter_client.kernelspec import KernelSpecManager
Expand Down

0 comments on commit 1ec772e

Please sign in to comment.