{"id":15020266,"url":"https://github.com/clojupyter/lein-jupyter","last_synced_at":"2025-04-09T13:09:47.544Z","repository":{"id":26312224,"uuid":"107899572","full_name":"clojupyter/lein-jupyter","owner":"clojupyter","description":"A Leiningen plugin to integrate clojure with jupyter notebook","archived":false,"fork":false,"pushed_at":"2022-04-07T17:22:07.000Z","size":55,"stargazers_count":100,"open_issues_count":6,"forks_count":12,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-30T01:02:11.629Z","etag":null,"topics":["clojure","jupyter-notebook","lein","leiningen"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clojupyter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-22T20:18:17.000Z","updated_at":"2024-05-31T07:47:33.000Z","dependencies_parsed_at":"2022-07-24T10:45:04.882Z","dependency_job_id":null,"html_url":"https://github.com/clojupyter/lein-jupyter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojupyter%2Flein-jupyter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojupyter%2Flein-jupyter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojupyter%2Flein-jupyter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojupyter%2Flein-jupyter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clojupyter","download_url":"https://codeload.github.com/clojupyter/lein-jupyter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045245,"owners_count":21038554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","jupyter-notebook","lein","leiningen"],"created_at":"2024-09-24T19:54:49.772Z","updated_at":"2025-04-09T13:09:47.520Z","avatar_url":"https://github.com/clojupyter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lein-jupyter\nA Leiningen plugin to integrate with [jupyter notebook](http://jupyter.org/)\nand [JupyterLab](https://github.com/jupyterlab/jupyterlab).\n\n![jupiter](https://upload.wikimedia.org/wikipedia/commons/0/0a/Tango_Jupiter.svg)\n![Clojars Project](https://img.shields.io/clojars/v/lein-jupyter.svg)\n[![Build Status](https://travis-ci.org/clojupyter/lein-jupyter.svg?branch=master)](https://travis-ci.org/clojupyter/lein-jupyter)\n\n## Features\n\n* Per project kernel!\n* Parinfer integration!  Check out the new parinfer button in the menu bar\n(jupyter notebook only).\n* Made with love\n\n\n\n## How to use?\n\n### Dependencies\n\nYou will need to have [leiningen](https://leiningen.org/) and\n[jupyter notebook](http://jupyter.org/) installed globally.  The development\nhas been done under ubuntu linux with jupyter 4.3.0.\n\nJupyterLab is a [separate install](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html)\nwhich will need to be performed to use the `lein jupyter lab` command.\n\n### Installation\n\n\n\n1. `lein-jupyter` is a simple leiningen plugin.  Hence you can add the `[lein-jupyter \"0.1.16\"]`\n    vector in your `:plugins` list in your `project.clj`.  A simple project.clj might look\n    like\n\n    ```    \n    (defproject my-project \"0.1.0-SNAPSHOT\"\n      :description \"FIXME: write description\"\n      :url \"http://example.com/FIXME\"\n      :license {:name \"Eclipse Public License\"\n                :url \"http://www.eclipse.org/legal/epl-v10.html\"}\n      :dependencies [[org.clojure/clojure \"1.9.0\"]]\n      :main ^:skip-aot my-project.core\n      :target-path \"target/%s\"\n      :plugins [[lein-jupyter \"0.1.16\"]]\n      :profiles {:uberjar {:aot :all}})\n    ```\n2.  The first time you use lein-jupyter, you will need to install the kernel.\n    `lein jupyter install-kernel` is the command you need to run to install\n    the kernel.  You should run the command once but nothing wrong should\n    happen if you run it more than once.\n\n#### Customization\n\nAll options can be set in the `:jupyter-options` section of your `project.clj`'s\n`defproject`.  Bellow is the option list\n\n| Option Name     | Description               | Example                              |\n|:---------------:|:--------------------------|:-------------------------------------|\n| `:jupyter-path` | the jupyter binary to use | `/home/ubuntu/anaconda3/bin/jupyter` |\n\n\n### Using lein-jupyter\n\n\nThe main command line entry is `lein jupyter`.  The first time you use lein-jupyter,\nyou will need to install the jupyter kernel using the `lein jupyter install-kernel`\ncommand.  Then, you can use the `lein jupyter notebook` to run the jupyter notebook,\nor `lein jupyter lab` to run JupyterLab.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojupyter%2Flein-jupyter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclojupyter%2Flein-jupyter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojupyter%2Flein-jupyter/lists"}