File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111- isort for automatic import sorting
1212
13+ Updated
14+ ~~~~~~~
15+
16+ - Remove notebooks directory as we break it out into a `separate repository <https://github.com/open-strateos/txpy_jupyter_notebooks >`_
17+
1318Fixed
1419~~~~~
1520
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Version Compatibility
3232---------------------
3333
3434TxPy is written with Python 3.6+ compatibility in mind. Python 2 is no
35- longer officialy supported.
35+ longer officially supported.
3636
3737General Setup
3838-------------
Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ RUN mkdir /pip_cache && \
2828ENV XDG_CONFIG_HOME /pip_cache
2929ENV PYTHON_EGG_CACHE /python_eggs
3030
31- # Install Jupyter
32- RUN pip install --no-cache-dir notebook==5.*
31+ # Install Jupyter, nbgitpuller for separate notebook/environment
32+ RUN pip install --no-cache-dir notebook==5.* && \
33+ pip install nbgitpuller
3334
3435# Install TxPy
3536RUN pip install 'transcriptic[jupyter, analysis]'
Original file line number Diff line number Diff line change @@ -106,11 +106,23 @@ Here’s an example script for installing it on a bash shell in your
106106Documentation
107107-------------
108108
109+ CLI
110+ ~~~
111+
109112See the `Transcriptic Developer
110113Documentation <https://developers.transcriptic.com/docs/getting-started-with-the-cli> `__
111114for detailed information about how to use this package, including
112115learning about how to package protocols and build releases.
113116
117+ Jupyter
118+ ~~~~~~~
119+
120+ Click on the |Binder | icon to open an interactive notebook environment
121+ for using the library.
122+
123+ Developer
124+ ~~~~~~~~~
125+
114126View `Developer Specific
115127Documentation <http://transcriptic.readthedocs.io/en/latest/> `__
116128
@@ -137,4 +149,4 @@ Read `Contributing <http://transcriptic.readthedocs.io/en/latest/contributing.ht
137149.. |Downloads | image :: https://img.shields.io/pypi/dm/transcriptic?logo=pypi
138150 :target: https://transcriptic.readthedocs.io/en/latest
139151.. |Binder | image :: https://mybinder.org/badge_logo.svg
140- :target: https://mybinder.org/v2/gh/strateos/transcriptic/master
152+ :target: https://mybinder.org/v2/gh/strateos/transcriptic/master?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopen-strateos%252Ftxpy_jupyter_notebooks%26urlpath%3Dtree%252Ftxpy_jupyter_notebooks%252Findex.ipynb%26branch%3Dmain
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments