07-08-2024
muhuri
Calcite | Level 5
Member since
05-19-2017
- 37 Posts
- 1 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by muhuri
Subject Views Posted 960 06-28-2024 10:52 PM 963 06-28-2024 10:50 PM 1091 06-25-2024 01:01 AM 1096 06-25-2024 12:59 AM 4173 03-06-2020 04:02 PM 4184 03-06-2020 02:41 PM 3180 07-18-2019 11:37 AM 3019 06-11-2019 10:54 PM 3067 06-07-2019 12:35 PM 3097 06-06-2019 04:24 PM -
Activity Feed for muhuri
- Posted Re: PRXMATCH function with a macro variable (whose value contains a forward slash) not working on SAS Programming. 06-28-2024 10:52 PM
- Posted Re: PRXMATCH function with a macro variable (whose value contains a forward slash) not working on SAS Programming. 06-28-2024 10:50 PM
- Posted Re: PRXMATCH function with a macro variable (whose value contains a forward slash) not working on SAS Programming. 06-25-2024 01:01 AM
- Posted PRXMATCH function with a macro variable (whose value contains a forward slash) not working on SAS Programming. 06-25-2024 12:59 AM
- Posted Re: Problem with SAS kernel in Jupyter on Windows on Administration and Deployment. 03-06-2020 04:02 PM
- Posted Re: Problem with SAS kernel in Jupyter on Windows on Administration and Deployment. 03-06-2020 02:41 PM
- Posted Re: Open the door to CAS using the Python client interface on SAS Communities Library. 07-18-2019 11:37 AM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-11-2019 10:54 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-07-2019 12:35 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-06-2019 04:24 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-05-2019 05:41 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-05-2019 03:30 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-05-2019 03:25 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-05-2019 03:13 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-05-2019 03:01 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-05-2019 02:50 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-04-2019 07:00 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-04-2019 04:03 PM
- Posted Re: No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-03-2019 02:55 PM
- Posted No Kernel, WinError 2 for SAS Notebook in JupyterLab on Administration and Deployment. 06-03-2019 02:11 PM
-
Posts I Liked
Subject Likes Author Latest Post 1
06-28-2024
10:52 PM
It has worked. Thanks,
... View more
06-28-2024
10:50 PM
Your revisions to my code have worked. Thanks,
... View more
06-25-2024
01:01 AM
Corrected: where prxmatch ("/&study_drug_list\//i", rxname);
... View more
06-25-2024
12:59 AM
I am using PRXMATCH with a Perl regular expression(RegEx) in a WHERE clause in PROC PRINT. The RegEx includes a macro variable containing a drug list and one of these drug names includes a forward slash. I am getting an error even after using a escape character (back slash) in the RegEx. I would appreciate your help resolve the issue. Partial SAS Log: ERROR: Invalid characters "ATROP \//i" after end delimiter "/" of regular expression "/Propantheline|Propoxyphene|Reserpine|Ticlopidine|Trimethobenzamide|DIPHEN/ATROP \//i". * Create a macro variable of study drugs;
%let STUDY_DRUG_LIST = Propantheline|Propoxyphene|Reserpine|Ticlopidine|Trimethobenzamide|DIPHEN/ATROP;
* Create an example data set of prescription fills (patient ID and drug names) ;
Data work.pmed;
input dupersid: $10. rxname $20.;
datalines;
2320038102 NITROFURANTN
2320038102 EZETIMIBE
2320038102 Propantheline
2320040101 Reserpine
2320040101 Reserpine
2320040101 NOVOLOG
2320040101 NOVOLOG
2320040105 DIPHEN/ATROP
2320040105 DIPHEN/ATROP
2320040105 DIPHEN/ATROP
;
* List observations using PRXMATCH with a Perl regular expression in the WHERE clause (Study drug list);
proc print data=work.pmed;
where prxmatch ("/&study_drug_list2 \//i", rxname);
run;
... View more
03-06-2020
04:02 PM
Yes, I did reinstall sas_kernel, which I did not mention in my initial posting. Sorry about that, When I reinstall sas_kernel for the second time, I get the following message as I got after the first sas_kernel reinstall. Requirement already satisfied:. Please let me know if you have any other suggestion about making SAS kernel work. Thanks,
... View more
03-06-2020
02:41 PM
Hi, The SAS kernel with JupyterLab (Windows, SAS 9.4M6), which was working fine earlier, is currently not working (No Kernel) after conda is updated. I have done the update by issuing this command at the Anaconda Prompt: “conda update –all”. After updating conda, I have launched JupyterLab, selected the SAS Kernel, and then tried to run a simple SAS snippet (Windows, SAS 9.4M6, not SAS University Edition) from a Jupyter Cell. I have found ‘No Kernel’, and that is the only issue I am experiencing. However, using the Python kernel, with the ”import saspy”, and the %%SAS magic command in Jupyter cells, I have run SAS applications successfully. Any help with a resolution of this issue (No Kernel for SAS) would be greatly appreciated. Thanks.
... View more
07-18-2019
11:37 AM
Hello, I am using SAS Viya for Learners in JupyterLab platform. It appears that I have established the connection to CAS. Issue: I am unable to read the data file and generate description statistics. I can't figure out what part of my code (appended below) is wrong and how to fix it. Any help would be appreciated. Thanks, import os
import sys
import swat
conn = swat.CAS(os.environ.get("CASHOST"), os.environ.get("CASPORT"),None,os.environ.get("SAS_VIYA_TOKEN")) In [12]: out = conn.serverstatus()
NOTE: Grid node action status report: 1 nodes, 8 total actions executed. In [13]: out
Out[13]: § About {'CAS': 'Cloud Analytic Services', 'Version': '3.04', 'VersionLong': 'V.03.04M0P07122018', 'Copyright': 'Copyright © 2014-2018 SAS Institute Inc. All Rights Reserved.', 'ServerTime': '2019-07-18T15:14:47Z', 'System': {'Hostname': 'pdcesx23045', 'OS Name': 'Linux', 'OS Family': 'LIN X64', 'OS Release': '3.10.0-693.el7.x86_64', 'OS Version': '#1 SMP Tue Aug 22 21:09:27 UTC 2017', 'Model Number': 'x86_64', 'Linux Distribution': 'CentOS Linux release 7.4.1708 (Core)'}, 'license': {'site': 'DEMOCENTER - Viya For Learners', 'siteNum': 70180938, 'expires': '05Dec2019:00:00:00', 'gracePeriod': 45, 'warningPeriod': 45, 'maxCPUs': 9999}} § server Server Status nodes actions0 1 8 § nodestatus Node Status name role uptime running stalled0 pdcesx23045.exnet.sas.com controller 0.108 0 0 elapsed 0.000307s · sys 0.000297s · mem 0.312MB In [14]: #conn.help(actionset='simple');
In [ ]: tbl = conn.read_csv('https://raw.githubusercontent.com/'
'sassoftware/sas-viya-programming/master/data/cars.csv',
casout='cars')
In [ ]: conn.summary(table=tbl)
... View more
06-11-2019
10:54 PM
Hi Tom, What would be the best way to: 1) find whether I have multiple versions of Python installed in my machine? 2) uninstall Python - uninstall app in Wondows 10? 3) uninstall jupyterLab? Thanks,
... View more
06-07-2019
12:35 PM
Changing that path did not help. You wanted to know whether I have multiple versions of Python installed in my computer to which only our IT group has the admin right, not the user (me). The following output suggests that there is probably only one version of Python (Anaconda distribution) installed. I don't know why I have two versions of Jupyter installed. (base) C:\>python --version
Python 3.7.3
(base) C:\>jupyter --version
4.4.0
(base) C:\>jupyter notebook --version
5.7.8
(base) C:\>jupyter kernelspec list
Available kernels:
ir C:\Users\Pradip.Muhuri\AppData\Roaming\jupyter\kernels\ir
python3 C:\Users\Pradip.Muhuri\AppData\Roaming\jupyter\kernels\python3
sas C:\Users\Pradip.Muhuri\AppData\Roaming\jupyter\kernels\sas Since both you and SAS tech support have determined that there may be issues with Jupyter Lab installations. I would be happy to uninstall jupyter or Jupyter Lab. Any guidance on how to uninstall Jupyter/Jupyter Lab? Is it required that Anaconda distribution of Python be uninstalled and then reinstalled? Thanks for your continued support.
... View more
06-06-2019
04:24 PM
Hi Tom, Thank you so much for all your guidance and patience! At this time, I am trying to address your following comment, "The link I sent earlier about similar problems where users had to install other parts, or maybe update lab so it install all of the other correct version of its dependencies, which maybe would work, it doesn't seem you've tried." Below are my responses. 1) The content of the kernel.JSON file in "python3" subfolder in my machine looks like this: fd = open('C:/Users/Pradip.Muhuri/AppData/Roaming/Jupyter/kernels/python3/kernel.JSON')
print(fd.read())
fd.close()
{
"argv": [
"C:\\Users\\Pradip.Muhuri\\AppData\\Local\\Continuum\\anaconda3\\python.exe",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3",
"language": "python"
} The above content does not seem to be different from the one in the link you sent me earlier. Am I correct? 2) Below is the content of the kernel.JSON file in the "sas" folder. fd = open('C:/Users/Pradip.Muhuri/AppData/Roaming/Jupyter/kernels/sas/kernel.JSON')
print(fd.read())
fd.close()
{"argv": ["C:\\ProgramData\\Anaconda3\\python.exe", "-m", "sas_kernel", "-f", "{connection_file}"], "codemirror_mode": "sas", "display_name": "SAS", "language": "sas", "name": "sas"} The folder specified above for the python.exe file seems to be incorrect given the first line of the output below. Shall I change the correct the folder name from C:\\ProgramData\\Anaconda3 to C:\\Users\\pradip.muhuri\\AppData\\Local\\Continuum\\anaconda3 in the kernel.JSON file (of the sas sub fiolder)? import glob
for name in glob.glob('/Users/pradip.muhuri/AppData/Local/Continuum/anaconda3/*.exe'):
print(name)
/Users/pradip.muhuri/AppData/Local/Continuum/anaconda3\python.exe
/Users/pradip.muhuri/AppData/Local/Continuum/anaconda3\pythonw.exe
/Users/pradip.muhuri/AppData/Local/Continuum/anaconda3\Uninstall-Anaconda3.exe
... View more
06-05-2019
05:41 PM
Hi Tom, While I don't have an admin right, our IT person already re-installed Anaconda in this machine. Per email communication with SAS Institute Technical support, I reinstalled SASPy and SAS_kernel as well. In a Webex meeting, the SAS technical support guy checked the sas_kernel contents and found all the files in my computer. He commented that "the missing file is in the JupyterLab, Python or Anaconda side." He said, rather than using the Anaconda environment, his suggestion was to try using python outside of the Anaconda environment. Please let me know if you have any further comments/thoughts. Thanks,
... View more
06-05-2019
03:30 PM
The "...\Python\Python37\site-packages" sub-folder does exist. When I click that sub-folder, I find "This folder is empty" . Thanks,
... View more
06-05-2019
03:25 PM
<div>import os print(os.listdir("C:/Users/Pradip.Muhuri/AppData/Roaming/Python/Python37/site-packages")) </div> import os print(os.listdir("C:/Users/Pradip.Muhuri/AppData/Roaming/Python/Python37/site-packages")) Hi Tom - It appears that there is nothing in this subfolder. Thanks, []
... View more
06-05-2019
03:13 PM
Hi Tom, import os
print(os.listdir("C:/Users/Pradip.Muhuri/AppData/Roaming/Python/Python37/site-packages")) [] It appears that there is nothing is in this subfolder. Shall I delete this folder? Thanks,
... View more
06-05-2019
03:01 PM
Hi Tom, My reply-post probably did not go through, and I am now re-sending this. Below is some information with respect to your recent queries. Thanks for your continued support! import os
print(os.listdir("C:/Users/Pradip.Muhuri/AppData/Roaming")) ['Adobe', 'CheckPoint', 'Chrome', 'Cofense', 'Jedi', 'jupyter', 'Macromedia', 'Microsoft', 'Mozilla', 'Notepad++', 'PKWARE', 'Python', 'RStudio', 'SAS', 'Sun', 'VMware', 'webex'] In [44]: import os
print(os.listdir("C:/Users/Pradip.Muhuri/AppData/Roaming/Jupyter"))
['kernels', 'nbsignatures.db', 'notebook_secret', 'runtime'] In [45]: import os
print(os.listdir("C:/Users/Pradip.Muhuri/AppData/Roaming/Jupyter/kernels"))
['ir', 'python3', 'sas'] In [46]: import os
for p in os.listdir("C:/Users/Pradip.Muhuri/AppData/Local/Continuum/anaconda3/lib/site-packages"):
print(p)
adodbapi
alabaster
alabaster-0.7.12.dist-info
anaconda_client-1.7.2-py3.7.egg-info
anaconda_navigator
anaconda_navigator-1.9.7-py3.7.egg-info
anaconda_project
anaconda_project-0.8.2-py3.7.egg-info
asn1crypto
asn1crypto-0.24.0-py3.7.egg-info
astroid
astroid-2.2.5.dist-info
astropy
astropy-3.1.2-py3.7.egg-info
atomicwrites
atomicwrites-1.3.0-py3.7.egg-info
attr
attrs-19.1.0.dist-info
babel
Babel-2.6.0-py3.7.egg-info
backcall
backcall-0.1.0.dist-info
backports
backports.os-0.1.1-py3.7.egg-info
backports.shutil_get_terminal_size-1.0.0.dist-info
beautifulsoup4-4.7.1.dist-info
binstar_client
bitarray
bitarray-0.8.3-py3.7.egg-info
bkcharts
bkcharts-0.2-py3.7.egg-info
bleach
bleach-3.1.0-py3.7.egg-info
bokeh
bokeh-1.0.4.dist-info
boto
boto-2.49.0-py3.7.egg-info
bottleneck
Bottleneck-1.2.1-py3.7.egg-info
bs4
certifi
certifi-2019.03.09-py3.7.egg-info
cffi
cffi-1.12.2.dist-info
chardet
chardet-3.0.4-py3.7.egg-info
click
Click-7.0-py3.7.egg-info
cloudpickle
cloudpickle-0.8.0.dist-info
clyent
clyent-1.2.2-py3.7.egg-info
colorama
colorama-0.4.1-py3.7.egg-info
comtypes
comtypes-1.1.7-py3.7.egg-info
conda
conda-4.6.11-py3.7.egg-info
conda_build
conda_build-3.17.8-py3.7.egg-info
conda_env
conda_verify
conda_verify-3.1.1-py3.7.egg-info
contextlib2-0.5.5-py3.7.egg-info
contextlib2.py
Crypto
cryptography
cryptography-2.6.1.dist-info
curl
cycler-0.10.0-py3.7.egg-info
cycler.py
Cython
Cython-0.29.6.dist-info
cython.py
cytoolz
cytoolz-0.9.0.1-py3.7.egg-info
dask
dask-1.1.4.dist-info
dateutil
decorator-4.4.0.dist-info
decorator.py
defusedxml
defusedxml-0.5.0-py3.7.egg-info
distributed
distributed-1.26.0-py3.7.egg-info
docutils
docutils-0.14-py3.7.egg-info
easy_install.py
entrypoints-0.3-py3.7.egg-info
entrypoints.py
et_xmlfile
et_xmlfile-1.0.1-py3.7.egg-info
fastcache
fastcache-1.0.2-py3.7.egg-info
filelock-3.0.10.dist-info
filelock.py
flask
Flask-1.0.2.dist-info
future
future-0.17.1-py3.7.egg-info
gevent
gevent-1.4.0-py3.7.egg-info
glob2
glob2-0.6-py3.7.egg-info
greenlet-0.4.15.dist-info
greenlet.cp37-win_amd64.pyd
h5py
h5py-2.9.0.dist-info
heapdict-1.0.0-py3.7.egg-info
heapdict.py
html5lib
html5lib-1.0.1.dist-info
idna
idna-2.8-py3.7.egg-info
imageio
imageio-2.5.0-py3.7.egg-info
imagesize-1.1.0.dist-info
imagesize.py
importlib_metadata
importlib_metadata-0.0.0.dist-info
ipykernel
ipykernel-5.1.0.dist-info
ipykernel_launcher.py
IPython
ipython-7.4.0.dist-info
ipython_genutils
ipython_genutils-0.2.0-py3.7.egg-info
ipywidgets
ipywidgets-7.4.2.dist-info
isapi
isort
isort-4.3.16.dist-info
isympy.py
itsdangerous
itsdangerous-1.1.0.dist-info
jdcal-1.4-py3.7.egg-info
jdcal.py
jedi
jedi-0.13.3-py3.7.egg-info
jinja2
Jinja2-2.10-py3.7.egg-info
jsonschema
jsonschema-3.0.1-py3.7.egg-info
jupyter-1.0.0.dist-info
jupyter.py
jupyterlab
jupyterlab-0.35.4-py3.7.egg-info
jupyterlab_server
jupyterlab_server-0.2.0.dist-info
jupyter_client
jupyter_client-5.2.4.dist-info
jupyter_console
jupyter_console-6.0.0-py3.7.egg-info
jupyter_core
jupyter_core-4.4.0.dist-info
keyring
keyring-18.0.0.dist-info
kiwisolver-1.0.1-py3.7.egg-info
kiwisolver.cp37-win_amd64.pyd
lazy_object_proxy
lazy_object_proxy-1.3.1-py3.7.egg-info
libarchive
libarchive_c-2.8-py3.7.egg-info
libfuturize
libpasteurize
lief
llvmlite
llvmlite-0.28.0-py3.7.egg-info
locket
locket-0.2.0-py3.7.egg-info
lxml
lxml-4.3.2.dist-info
markupsafe
MarkupSafe-1.1.1.dist-info
matplotlib
matplotlib-3.0.3-py3.7-nspkg.pth
matplotlib-3.0.3-py3.7.egg-info
mccabe-0.6.1-py3.7.egg-info
mccabe.py
menuinst
menuinst-1.4.16-py3.7.egg-info
metakernel
metakernel-0.23.0.dist-info
mistune-0.8.4.dist-info
mistune.py
mkl
mkl_fft
mkl_fft-1.0.10-py3.7.egg-info
mkl_random
mkl_random-1.0.2-py3.7.egg-info
more_itertools
more_itertools-6.0.0-py3.7.egg-info
mpl_toolkits
mpmath
mpmath-1.1.0-py3.7.egg-info
msgpack
msgpack-0.6.1.dist-info
multipledispatch
multipledispatch-0.6.0-py3.7.egg-info
navigator_updater
navigator_updater-0.2.1-py3.7.egg-info
nbconvert
nbconvert-5.4.1-py3.7.egg-info
nbformat
nbformat-4.4.0.dist-info
networkx
networkx-2.2-py3.7.egg-info
nltk
nltk-3.4-py3.7.egg-info
nose
nose-1.3.7-py3.7.egg-info
notebook
notebook-5.7.8.dist-info
numba
numba-0.43.1-py3.7.egg-info
numexpr
numexpr-2.6.9-py3.7.egg-info
numpy
numpy-1.16.2-py3.7.egg-info
numpydoc
numpydoc-0.8.0-py3.7.egg-info
olefile
olefile-0.46-py3.7.egg-info
openpyxl
openpyxl-2.6.1.dist-info
OpenSSL
packaging
packaging-19.0.dist-info
pandas
pandas-0.24.2.dist-info
pandocfilters-1.4.2.dist-info
pandocfilters.py
parso
parso-0.3.4.dist-info
partd
partd-0.3.10.dist-info
past
path.py
path.py-11.5.0.dist-info
pathlib2
pathlib2-2.3.3-py3.7.egg-info
patsy
patsy-0.5.1-py3.7.egg-info
pep8-1.7.1-py3.7.egg-info
pep8.py
pexpect
pexpect-4.7.0.dist-info
pickleshare-0.7.5-py3.7.egg-info
pickleshare.py
PIL
Pillow-5.4.1-py3.7.egg-info
pip
pip-19.0.3-py3.7.egg-info
pkginfo
pkginfo-1.5.0.1-py3.7.egg-info
pkg_resources
pluggy
pluggy-0.9.0.dist-info
ply
ply-3.11-py3.7.egg-info
prometheus_client
prometheus_client-0.6.0-py3.7.egg-info
prompt_toolkit
prompt_toolkit-2.0.9.dist-info
psutil
psutil-5.6.1.dist-info
ptyprocess
ptyprocess-0.6.0.dist-info
pvectorc.cp37-win_amd64.pyd
py
py-1.8.0.dist-info
pycodestyle-2.5.0-py3.7.egg-info
pycodestyle.py
pycosat-0.6.3-py3.7.egg-info
pycosat.cp37-win_amd64.pyd
pycparser
pycparser-2.19-py3.7.egg-info
pycrypto-2.6.1-py3.7.egg-info
pycurl-7.43.0.2-py3.7.egg-info
pycurl.cp37-win_amd64.pyd
pyflakes
pyflakes-2.1.1.dist-info
pygments
Pygments-2.4.0.dist-info
pylab.py
pylint
pylint-2.3.1-py3.7.egg-info
pyodbc-4.0.26-py3.7.egg-info
pyodbc.cp37-win_amd64.pyd
pyOpenSSL-19.0.0-py3.7.egg-info
pyparsing-2.3.1.dist-info
pyparsing.py
PyQt5
pyreadline
pyreadline-2.1-py3.7.egg-info
pyrsistent
pyrsistent-0.14.11.dist-info
PySocks-1.6.8-py3.7.egg-info
pytest-4.3.1-py3.7.egg-info
pytest.py
pytest_arraydiff
pytest_arraydiff-0.3.dist-info
pytest_astropy-0.5.0.dist-info
pytest_doctestplus
pytest_doctestplus-0.3.0.dist-info
pytest_openfiles
pytest_openfiles-0.3.2.dist-info
pytest_remotedata
pytest_remotedata-0.3.1.dist-info
pythoncom.py
pythonwin
python_dateutil-2.8.0.dist-info
pytz
pytz-2018.9.dist-info
PyWavelets-1.0.2.dist-info
pywin32-223-py3.7.egg-info
pywin32.pth
pywin32.version.txt
pywin32_system32
pywinpty-0.5.5-py3.7.egg-info
pywt
pyximport
PyYAML-5.1-py3.7.egg-info
pyzmq-18.0.0-py3.7.egg-info
qtawesome
QtAwesome-0.5.7-py3.7.egg-info
qtconsole
qtconsole-4.4.3-py3.7.egg-info
qtpy
QtPy-1.7.0.dist-info
readline.py
README.txt
requests
requests-2.21.0.dist-info
rope
rope-0.12.0-py3.7.egg-info
ruamel_yaml
ruamel_yaml-0.15.46-py3.7.egg-info
run.py
saspy
saspy-3.1.0.dist-info
sas_kernel
SAS_kernel-2.2.0.dist-info
scikit_image-0.14.2-py3.7.egg-info
scikit_learn-0.20.3.dist-info
scipy
scipy-1.2.1-py3.7.egg-info
scripts
seaborn
seaborn-0.9.0.dist-info
send2trash
Send2Trash-1.5.0-py3.7.egg-info
setuptools
setuptools-40.8.0-py3.7.egg-info
simplegeneric-0.8.1-py3.7.egg-info
simplegeneric.py
singledispatch-3.4.0.3-py3.7.egg-info
singledispatch.py
singledispatch_helpers.py
sip.pyd
sip.pyi
sipconfig.py
sipdistutils.py
six-1.12.0-py3.7.egg-info
six.py
skimage
sklearn
snowballstemmer
snowballstemmer-1.2.1-py3.7.egg-info
socks.py
sockshandler.py
sortedcollections
sortedcollections-1.1.2.dist-info
sortedcontainers
sortedcontainers-2.1.0-py3.7.egg-info
soupsieve
soupsieve-1.8.dist-info
sphinx
Sphinx-1.8.5-py3.7.egg-info
sphinxcontrib
sphinxcontrib_websupport-1.1.0-py3.7-nspkg.pth
sphinxcontrib_websupport-1.1.0-py3.7.egg-info
spyder
spyder-3.3.3.dist-info
spyder_breakpoints
spyder_io_dcm
spyder_io_hdf5
spyder_kernels
spyder_kernels-0.4.2.dist-info
spyder_profiler
spyder_pylint
sqlalchemy
SQLAlchemy-1.3.1.dist-info
statsmodels
statsmodels-0.9.0-py3.7.egg-info
sympy
sympy-1.3-py3.7.egg-info
tables
tables-3.5.1-py3.7.egg-info
tblib
tblib-1.3.2-py3.7.egg-info
terminado
terminado-0.8.1-py3.7.egg-info
testpath
testpath-0.4.2.dist-info
tests
test_data
test_path.py
test_pycosat.py
tlz
toolz
toolz-0.9.0-py3.7.egg-info
tornado
tornado-6.0.2.dist-info
tqdm
tqdm-4.31.1.dist-info
traitlets
traitlets-4.3.2.dist-info
unicodecsv
unicodecsv-0.14.1-py3.7.egg-info
urllib3
urllib3-1.24.1-py3.7.egg-info
wcwidth
wcwidth-0.1.7-py3.7.egg-info
webencodings
webencodings-0.5.1-py3.7.egg-info
werkzeug
Werkzeug-0.14.1-py3.7.egg-info
wheel
wheel-0.33.1-py3.7.egg-info
widgetsnbextension
widgetsnbextension-3.4.2-py3.7.egg-info
win32
win32com
win32comext
wincertstore-0.2-py3.7.egg-info
wincertstore.py
winpty
win_inet_pton-1.1.0-py3.7.egg-info
win_inet_pton.py
win_unicode_console
win_unicode_console-0.5-py3.7.egg-info
wrapt
wrapt-1.11.1.dist-info
xlrd
xlrd-1.2.0.dist-info
xlsxwriter
XlsxWriter-1.1.5.dist-info
xlwings
xlwings-0.15.4-py3.7.egg-info
xlwt
xlwt-1.3.0-py3.7.egg-info
xonsh
yaml
zict
zict-0.1.4-py3.7.egg-info
zipp-0.3.3.dist-info
zipp.py
zmq
_cffi_backend.cp37-win_amd64.pyd
_pylief.pyd
_pyrsistent_version.py
_pytest
_yaml.cp37-win_amd64.pyd
__pycache__
~aspy-2.4.5.dist-info In [ ]:
... View more