'How to interop the library "libpython-clj2" with clojure in jupyter-notebook (clojupyter)

Please comment how to interop the library "libpython-clj2" with clojupyter When I execute these two commands in the notebook, I got errors.

(require '[libpython-clj2.python :as py :refer [py. py.. py.-]])
(require '[libpython-clj2.require :refer [require-python]])

Errors encountered after execute the require

Execution error (FileNotFoundException) at user/eval3658 (REPL:1).
Could not locate libpython_clj2/python__init.class, libpython_clj2/python.clj or libpython_clj2/python.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
Execution error (FileNotFoundException) at user/eval3660 (REPL:2).
Could not locate libpython_clj2/require__init.class, libpython_clj2/require.clj or libpython_clj2/require.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.

Please feel free to comment.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source