File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
#
18
18
19
- pip install --force-reinstall -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple SAS-kernel==2.4.4.dev8
19
+ # pip install --force-reinstall -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple SAS-kernel==2.4.4.dev8
20
+
21
+ pip install --force-reinstall --no-deps . --no-binary :all:
20
22
21
23
# copy sascfg_personal.py to default location
22
24
mkdir -p ~ /.config/saspy/
@@ -33,7 +35,7 @@ jupyter nbextension enable sas_kernel.showSASLog --py
33
35
jupyter nbextension install --py sas_kernel.theme --user
34
36
jupyter nbextension enable sas_kernel.theme --py
35
37
36
- jupyter nbextension list
38
+ # jupyter nbextension list
37
39
38
40
# # build sas2nb from source
39
41
# git clone https://github.com/jld23/sas_kernel_ext.git
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- __version__ = '2.4.5 '
16
+ __version__ = '2.4.7 '
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
description = A SAS kernel for Jupyter
3
3
# description_file = file: README.md
4
- long_description = file: README.md
4
+ long_description = README.md
5
5
author = Jared Dean
6
6
license = Apache Software License
7
7
license_file = LICENSE.txt
@@ -35,7 +35,7 @@ setup_requires =
35
35
jupyter_client >= 6
36
36
ipython >= 7
37
37
38
- include_package_data = True
38
+ # include_package_data = True
39
39
40
40
[options.extras_require]
41
41
jlab_ext =
You can’t perform that action at this time.
0 commit comments