{"id":23730960,"url":"https://github.com/bryanwilhite/jupyter-central","last_synced_at":"2025-09-04T06:31:27.412Z","repository":{"id":37682915,"uuid":"133878659","full_name":"BryanWilhite/jupyter-central","owner":"BryanWilhite","description":"an attempt to centralize my little collection 📚 of jupyter notebooks in one place 🚀 🌚 (which might not be a great idea)","archived":false,"fork":false,"pushed_at":"2024-12-01T02:13:43.000Z","size":36272,"stargazers_count":4,"open_issues_count":66,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-01T03:20:04.119Z","etag":null,"topics":["algorithms","algorithms-datastructures","azure","data-science","f-sharp","fsharp","jupyter","jupyter-notebook","jupyterhub","python-3","python3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BryanWilhite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2018-05-17T23:28:34.000Z","updated_at":"2024-12-01T02:13:46.000Z","dependencies_parsed_at":"2023-02-09T14:01:30.388Z","dependency_job_id":"ded0e7ec-f96b-4390-9380-6deb260054b3","html_url":"https://github.com/BryanWilhite/jupyter-central","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/BryanWilhite%2Fjupyter-central","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanWilhite%2Fjupyter-central/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanWilhite%2Fjupyter-central/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanWilhite%2Fjupyter-central/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BryanWilhite","download_url":"https://codeload.github.com/BryanWilhite/jupyter-central/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231936952,"owners_count":18448617,"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":["algorithms","algorithms-datastructures","azure","data-science","f-sharp","fsharp","jupyter","jupyter-notebook","jupyterhub","python-3","python3"],"created_at":"2024-12-31T03:15:17.954Z","updated_at":"2024-12-31T03:15:18.722Z","avatar_url":"https://github.com/BryanWilhite.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyter-central\n\nThis repo is an attempt to centralize my little collection of [jupyter notebooks](https://github.com/jupyter/notebook) in one place. This was originally based on the idea that my notebooks would be _hosted_ in several locations by several third parties to avoid setting up my own public-facing server.\n\nSo far, I have only hosted my notebooks on Azure (see “notebooks.azure.com” below) and effectively [here](https://github.com/BryanWilhite/jupyter-central#README) in this repo on GitHub.\n\n## my cross-platform desktop setup\n\nMy studio Jupyter environment is built on top of [Anaconda which is installed via Chocolatey on Windows](https://chocolatey.org/packages/anaconda3). (See “installing Anaconda on Ubuntu” below.) I then follow along with Microsoft’s plans for [.NET Interactive Notebooks](https://github.com/dotnet/interactive) by installing the 32-bit version of the .NET SDK 3.x and running the following:\n\n```powershell\n dotnet tool install --global Microsoft.dotnet-interactive\n dotnet interactive jupyter install\n jupyter kernelspec list\n\n PS C:\\Users\\rasx\u003e jupyter kernelspec list\nAvailable kernels:\n  .net-csharp        AppData\\Roaming\\jupyter\\kernels\\.net-csharp\n  .net-fsharp        AppData\\Roaming\\jupyter\\kernels\\.net-fsharp\n  .net-powershell    AppData\\Roaming\\jupyter\\kernels\\.net-powershell\n  python3            c:\\tools\\Anaconda3\\share\\jupyter\\kernels\\python3\n```\n\nAnd, yes, Microsoft has a [Jupyter kernel for PowerShell](https://devblogs.microsoft.com/powershell/public-preview-of-powershell-support-in-jupyter-notebooks/). And do recall that Microsoft wants all of this work on Linux (and the Macintosh) as well.\n\n## installing Anaconda on Ubuntu desktop\n\n“[How to Install Anaconda on Ubuntu 20.04](https://linuxize.com/post/how-to-install-anaconda-on-ubuntu-20-04/)” serves as my guide for setting up Anaconda on Ubuntu desktop:\n\n```bash\nsudo apt install \\\n  libgl1-mesa-glx \\\n  libegl1-mesa \\\n  libxrandr2 \\\n  libxrandr2 \\\n  libxss1 \\\n  libxcursor1 \\\n  libxcomposite1 \\\n  libasound2 \\\n  libxi6 \\\n  libxtst6\n\nwget -P . https://repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86_64.sh\nsha256sum Anaconda3-2020.07-Linux-x86_64.sh\nbash Anaconda3-2020.07-Linux-x86_64.sh\n\nanaconda-navigator\n\nconda update --all\n```\n\n## notebooks.azure.com\n\nA word from Microsoft:\n\n\u003eThe Microsoft Azure Notebooks preview website will be retired on October 9th, 2020.\n\nGoing forward, Microsoft recommends [their alternatives](https://notebooks.azure.com/Content/alternatives.html) which include [notebooks in Visual Studio Code](https://docs.microsoft.com/en-us/azure/notebooks/quickstart-export-jupyter-notebook-project#use-notebooks-in-visual-studio-code).\n\n## related links\n\n- docs.conda.io\n- “[Keeping Anaconda Up To Date](https://www.anaconda.com/blog/keeping-anaconda-date)”\n\n@[BryanWilhite](https://twitter.com/bryanwilhite)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanwilhite%2Fjupyter-central","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanwilhite%2Fjupyter-central","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanwilhite%2Fjupyter-central/lists"}