From c0344d2033d92d37e16ccb3588f752465ac1ab6a Mon Sep 17 00:00:00 2001 From: neelasha23 Date: Thu, 4 Jan 2024 21:28:27 +0530 Subject: [PATCH] Remove binder --- doc/conf.py | 1 - environment.yml | 29 ----------------------------- postBuild | 10 ---------- 3 files changed, 40 deletions(-) delete mode 100644 environment.yml delete mode 100644 postBuild diff --git a/doc/conf.py b/doc/conf.py index e51b733e..abe84e13 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,7 +55,6 @@ "search_bar_text": "Search this book...", "launch_buttons": { "notebook_interface": "jupyterlab", - "binderhub_url": "", "jupyterhub_url": "", "thebe": False, "colab_url": "", diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 2fb58e46..00000000 --- a/environment.yml +++ /dev/null @@ -1,29 +0,0 @@ -# conda env for binder -name: sk-eval - -channels: - - conda-forge - -dependencies: - - python=3.10 - - lxml # for pandas.read_html, used in NotebookCollection - - pip - - scikit-learn>=1.2 - - matplotlib - # for pandas.read_html (optional dependency for NotebookCollection) - - lxml - - pip: - - . - # NotebookCollection example needs jupytext - # we pin these versions because it'll break - # with most recent ones. I think it's due to - # an incompatibility between jupytext - # and jupyter-server - - jupytext<1.15 - - jupyterlab<4 - - jupyter-server<2 - - ploomber-engine - - seaborn - - ipywidgets - - jupysql - diff --git a/postBuild b/postBuild deleted file mode 100644 index 580177ab..00000000 --- a/postBuild +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# binder post build - -# ask ploomber not to track -mkdir -p $HOME/.ploomber/stats -echo 'stats_enabled: false' > $HOME/.ploomber/stats/config.yaml - -# enable single click to open .py as notebooks -wget https://raw.githubusercontent.com/mwouts/jupytext/main/binder/labconfig/default_setting_overrides.json -P ~/.jupyter/labconfig/ \ No newline at end of file