Skip to content

Commit ab63351

Browse files
committed
Update copyright years
1 parent bf31095 commit ab63351

34 files changed

+62
-34
lines changed

jupyter-R.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-R.el --- Jupyter support for R -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Jack Kamm <[email protected]>
66
;; Nathaniel Nicandro <[email protected]>

jupyter-base.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-base.el --- Core definitions for Jupyter -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 06 Jan 2018

jupyter-c++.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-c++.el --- Jupyter support for C++ -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 12 April 2019

jupyter-channel-ioloop.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-channel-ioloop.el --- Abstract class to communicate with a jupyter-channel in a subprocess -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 27 Jun 2019

jupyter-channel.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-channel.el --- Jupyter channel interface -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 27 Jun 2019

jupyter-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-client.el --- A Jupyter kernel client -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 06 Jan 2018

jupyter-env.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-env.el --- Query the jupyter shell command for information -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 27 Jun 2019

jupyter-ioloop.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-ioloop.el --- Jupyter channel subprocess -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 03 Nov 2018

jupyter-javascript.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-javascript.el --- Jupyter support for Javascript -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 23 Oct 2018

jupyter-julia.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-julia.el --- Jupyter support for Julia -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 23 Oct 2018

jupyter-kernel-process.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-kernel-process.el --- Jupyter kernels as Emacs processes -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2020 Nathaniel Nicandro
3+
;; Copyright (C) 2020-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 25 Apr 2020

jupyter-kernel.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-kernel.el --- Kernels -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2020 Nathaniel Nicandro
3+
;; Copyright (C) 2020-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 21 Apr 2020

jupyter-kernelspec.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-kernelspec.el --- Jupyter kernelspecs -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 17 Jan 2018

jupyter-messages.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-messages.el --- Jupyter messages -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 08 Jan 2018

jupyter-mime.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-mime.el --- Insert mime types -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 09 Nov 2018

jupyter-monads.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-monads.el --- Monadic Jupyter -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2020 Nathaniel Nicandro
3+
;; Copyright (C) 2020-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 11 May 2020

jupyter-org-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-org-client.el --- Org integration -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 02 Jun 2018

jupyter-org-extensions.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-org-extensions.el --- Jupyter Org Extensions -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Carlos Garcia C. <[email protected]>
66
;; Created: 01 March 2019

jupyter-python.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-python.el --- Jupyter support for python -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 23 Oct 2018

jupyter-repl.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-repl-client.el --- A Jupyter REPL client -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 08 Jan 2018

jupyter-rest-api.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-rest-api.el --- Jupyter REST API -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 03 Apr 2019

jupyter-server-kernel.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-server-kernel.el --- Working with kernels behind a Jupyter server -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2020 Nathaniel Nicandro
3+
;; Copyright (C) 2020-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 23 Apr 2020

jupyter-server.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-server.el --- Support for the Jupyter kernel servers -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 02 Apr 2019

jupyter-tramp.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-tramp.el --- TRAMP interface to the Jupyter REST API -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 25 May 2019

jupyter-widget-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-widget-client.el --- Widget support -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 21 May 2018

jupyter-zmq-channel-ioloop.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-zmq-channel-ioloop.el --- IOLoop functions for Jupyter channels -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 08 Nov 2018

jupyter-zmq-channel.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-zmq-channel.el --- A Jupyter channel implementation using ZMQ sockets -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 27 Jun 2019

jupyter.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter.el --- Jupyter -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 11 Jan 2018

ob-jupyter.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ob-jupyter.el --- Jupyter integration with org-mode -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 21 Jan 2018

test/jupyter-monad-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-monad-test.el --- Test monadic I/O -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2020 Nathaniel Nicandro
3+
;; Copyright (C) 2020-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 16 May 2020

test/jupyter-server-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-server-test.el --- Test communication with a notebook server -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 31 May 2019

test/jupyter-test.el

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-test.el --- Jupyter tests -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 08 Jan 2018
@@ -2996,6 +2996,34 @@ print(2)"
29962996
"
29972997
:pandoc "t"))))
29982998

2999+
(ert-deftest org-babel-jupyter-ssh-connections ()
3000+
:tags '(org ssh)
3001+
(skip-unless (getenv "SSH_HOST"))
3002+
(let* ((session (make-temp-name "ob-jupyter-test"))
3003+
(src (format "\
3004+
#+BEGIN_SRC jupyter-python :session /ssh:test:%s
3005+
\"hello\"
3006+
#+END_SRC
3007+
3008+
" session)))
3009+
(jupyter-org-test
3010+
(save-excursion (insert src))
3011+
(org-ctrl-c-ctrl-c)
3012+
(goto-char (org-babel-where-is-src-block-result))
3013+
(forward-line)
3014+
(unwind-protect
3015+
(should (looking-at-p ": hello"))
3016+
(let ((params (nth 2
3017+
(progn
3018+
(org-previous-block 1)
3019+
(org-babel-get-src-block-info)))))
3020+
(cl-letf (((symbol-function 'yes-or-no-p)
3021+
(lambda (_prompt) t))
3022+
((symbol-function 'y-or-n-p)
3023+
(lambda (_prompt) t)))
3024+
(kill-buffer (org-babel-jupyter-initiate-session
3025+
(alist-get :session params) params))))))))
3026+
29993027
(ert-deftest org-babel-src-block-name-resolution ()
30003028
:tags '(org)
30013029
(let ((src (format "\

test/jupyter-tramp-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; jupyter-tramp-test.el --- Tests for the contents REST API integration with TRAMP -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2019-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 28 May 2019

test/test-helper.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; test-helper.el --- Helpers for jupyter-test.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2018-2020 Nathaniel Nicandro
3+
;; Copyright (C) 2018-2024 Nathaniel Nicandro
44

55
;; Author: Nathaniel Nicandro <[email protected]>
66
;; Created: 15 Nov 2018

0 commit comments

Comments
 (0)