{"id":13897259,"url":"https://github.com/ahmedkhalf/jupyter-nvim","last_synced_at":"2025-05-12T04:32:15.574Z","repository":{"id":37881584,"uuid":"373142274","full_name":"ahmedkhalf/jupyter-nvim","owner":"ahmedkhalf","description":"Jupyter notebook client in neovim","archived":false,"fork":false,"pushed_at":"2021-07-11T14:11:20.000Z","size":43,"stargazers_count":96,"open_issues_count":6,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-08-07T18:43:16.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmedkhalf.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-06-02T11:25:11.000Z","updated_at":"2024-07-29T23:38:47.000Z","dependencies_parsed_at":"2022-07-14T02:10:32.662Z","dependency_job_id":null,"html_url":"https://github.com/ahmedkhalf/jupyter-nvim","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/ahmedkhalf%2Fjupyter-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedkhalf%2Fjupyter-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedkhalf%2Fjupyter-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedkhalf%2Fjupyter-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmedkhalf","download_url":"https://codeload.github.com/ahmedkhalf/jupyter-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225119935,"owners_count":17423818,"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":[],"created_at":"2024-08-06T18:03:27.903Z","updated_at":"2024-11-18T03:14:24.082Z","avatar_url":"https://github.com/ahmedkhalf.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# 🪐 Jupyter-Nvim\n\nRead jupyter notebooks in neovim\n\n![image](https://user-images.githubusercontent.com/36672196/120599447-958acd80-c458-11eb-9ed1-2c6b2bb9424c.png)\n\n*Note:* The plugin is still in alpha stage\n\n## ⚡️ Requirements\n\n- Neovim \u003e= 0.5.0\n\n## 📦 Installation\n\nInstall the plugin with your preferred package manager:\n\n### [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\n\" Vim Script\nPlug 'ahmedkhalf/jupyter-nvim', { 'do': ':UpdateRemotePlugins' }\n\nlua \u003c\u003c EOF\n  require(\"jupyter-nvim\").setup {\n    -- your configuration comes here\n    -- or leave it empty to use the default settings\n    -- refer to the configuration section below\n  }\nEOF\n```\n\n### [packer](https://github.com/wbthomason/packer.nvim)\n\n```lua\n-- Lua\nuse {\n  \"ahmedkhalf/jupyter-nvim\",\n  run = \":UpdateRemotePlugins\",\n  config = function()\n    require(\"jupyter-nvim\").setup {\n      -- your configuration comes here\n      -- or leave it empty to use the default settings\n      -- refer to the configuration section below\n    }\n  end\n}\n```\n\n## ⚙️ Configuration\n\n**jupyter-nvim** comes with the following defaults:\n\n```lua\n{\n  -- Nothing till now\n}\n```\n\n## 👾 Usage\n\nJust open any `*.ipynb` file and voila!\n\n## ✨ Contributing\n\nAll contributions are welcome! Even bug report count as a contribution, so if there is anything off don't hesitate to open an issue.\n\n## 🚀 TODO\n\nYou can find the todo on [github projects](https://github.com/ahmedkhalf/jupyter-nvim/projects/1).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedkhalf%2Fjupyter-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedkhalf%2Fjupyter-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedkhalf%2Fjupyter-nvim/lists"}