{"id":18728188,"url":"https://github.com/calysto/nbplayer","last_synced_at":"2025-04-12T16:33:00.527Z","repository":{"id":83245395,"uuid":"148803054","full_name":"Calysto/nbplayer","owner":"Calysto","description":"A console notebook player","archived":false,"fork":false,"pushed_at":"2018-12-11T20:16:21.000Z","size":10,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-06T03:03:21.087Z","etag":null,"topics":["jupyter","notebook","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Calysto.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-09-14T14:52:21.000Z","updated_at":"2020-07-21T14:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa690324-5d15-4177-83b1-fbf90288237d","html_url":"https://github.com/Calysto/nbplayer","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/Calysto%2Fnbplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fnbplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fnbplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fnbplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Calysto","download_url":"https://codeload.github.com/Calysto/nbplayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223528414,"owners_count":17160210,"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":["jupyter","notebook","python"],"created_at":"2024-11-07T14:20:00.932Z","updated_at":"2024-11-07T14:20:01.697Z","avatar_url":"https://github.com/Calysto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nbplayer\n\nA console notebook player\n\nThs is a console/terminal program for running a Jupyter notebook.\n\nYou start it up by specifying a notebook file:\n\n```bash\n$ nbplayer conx-notebooks/MNIST.ipynb \nnbplayer 0.0.0: type `help` or `?` to see commands\n```\n\nThe first cell of the notebook will show in the In[0] area, followed by the nbplayer prompt:\n\n```shell\nViewing: conx-notebooks/MNIST.ipynb\n--------------------------------------------------------\n\nIn [0]:\n\n| # The MNIST Dataset\n| \n| In this notebook, we will create a neural network to recognize handwritt\n| \n| We will experiment with two different networks for this task. The first \n| \n| Let's begin by reading in the MNIST dataset and printing a short descrip\n\nMNIST.ipynb [0/84] \u003e \n```\nThe prompt is composed of the name of the notebook, and the current cell/total cells.\n\nIf you press enter, then you will execute that cell (if it is code) and then go to the next cell.\n\n```bash\nIn [1]:\n\n\u003e\u003e\u003e import conx as cx\n\nMNIST.ipynb [1/84] \u003e \n```\n\nAt the prompt, you can enter any of the following:\n\n* kernal language expressions or statements\n* empty line - execute current cell and advance\n* n - goto next cell (skip this cell)\n* p - goto previous cell\n* NUMBER - goto cell #\n* +AMOUNT - goto cell ahead, relative movement\n* -AMOUNT - goto cell previous, relative movement\n* --POSITION - from end\n* ! shell command - execute command at the operating system (client side)\n* q or ^d - quit nbplayer\n\nPossible future options:\n\n* re search forward/reverse for cell with next match\n* run all code cells up to here\n* i - insert cell\n* d - delete cell\n* u - undo operation in stack\n* r - redo operation in stack\n* code - show only code (toggles on/off)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalysto%2Fnbplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalysto%2Fnbplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalysto%2Fnbplayer/lists"}