You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For examples of how to use the library, take a look at the **example notebooks** in
67
+
[this directory](https://github.com/CODAIT/text-extensions-for-pandas/tree/master/notebooks). You can try out these notebooks on [Binder](https://mybinder.org/) by navigating to [https://mybinder.org/v2/gh/frreiss/tep-fred/branch-binder?urlpath=lab/tree/notebooks](https://mybinder.org/v2/gh/frreiss/tep-fred/branch-binder?urlpath=lab/tree/notebooks)
68
+
69
+
To run the notebooks on your local machine, follow the following steps:
70
+
71
+
1. Install [Anaconda](https://docs.anaconda.com/anaconda/install/) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
72
+
1. Check out a copy of this repository.
73
+
1. Use the script `env.sh` to set up an Anaconda environment for running the code in this repository.
74
+
1. Type `jupyter lab` from the root of your local source tree to start a [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) environment.
75
+
1. Navigate to the `notebooks` directory and choose any of the notebooks there
66
76
67
77
API documentation can be found at [https://text-extensions-for-pandas.readthedocs.io/en/latest/](https://text-extensions-for-pandas.readthedocs.io/en/latest/)
68
78
@@ -73,6 +83,7 @@ API documentation can be found at [https://text-extensions-for-pandas.readthedoc
73
83
***env.sh**: Script to create a conda environment `pd` capable of running the notebooks and test cases in this project
74
84
***generate_docs.sh**: Script to build the [API documentation]((https://readthedocs.org/projects/text-extensions-for-pandas/)
75
85
***api_docs**: Configuration files for `generate_docs.sh`
86
+
***binder**: Configuration files for [running notebooks on Binder](https://mybinder.org/v2/gh/frreiss/tep-fred/branch-binder?urlpath=lab/tree/notebooks)
76
87
***config**: Configuration files for `env.sh`.
77
88
***docs**: Project web site
78
89
***notebooks**: example notebooks
@@ -83,12 +94,6 @@ API documentation can be found at [https://text-extensions-for-pandas.readthedoc
83
94
cover complex end-to-end NLP use cases (work in progress).
84
95
85
96
86
-
## Instructions to run a demo notebook
87
-
1. Check out a copy of this repository
88
-
1. (optional) Use the script `env.sh` to set up an Anaconda environment for running the code in this repository.
89
-
1. Type `jupyter lab` from the root of your local source tree to start a [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) environment.
90
-
1. Navigate to the `notebooks` directory and choose any of the notebooks there
0 commit comments