Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
6580ba57
Commit
6580ba57
authored
Sep 04, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This is more readable...
parent
6359f8c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
resources.org
module4/ressources/resources.org
+22
-22
No files found.
module4/ressources/resources.org
View file @
6580ba57
...
...
@@ -75,7 +75,7 @@ unfortunately not completely standard).
#+
begin_src
python
:
results
output
:
exports
both
def
print_imported_modules
():
import
sys
for
name
,
val
in
s
ys
.
modules
.
items
(
):
for
name
,
val
in
s
orted
(
sys
.
modules
.
items
()
):
if
(
hasattr
(
val
,
'__version__'
)):
print
(
val
.
__name__
,
val
.
__version__
)
...
...
@@ -91,35 +91,35 @@ print_imported_modules()
#+
begin_example
,****
Package
list
in
the
beginning
****
,****
Package
list
after
loading
pandas
****
pandas
0.22.0
numpy
1.14.5
numpy
.
lib
1.14.5
numpy
.
core
1.14.5
numpy
.
core
.
multiarray
3.1
numpy
.
core
.
umath
b
'0.4.0'
re
2.2.1
ctypes
1.1.0
_csv
1.0
_ctypes
1.1.0
logging
0.5.1.2
argparse
1.1
zlib
1.0
numpy
.
linalg
.
_umath_linalg
b
'0.1.5'
decimal
1.70
decimal
1.70
pytz
2018.5
argparse
1.1
csv
1.0
ctypes
1.1.0
cycler
0.10.0
dateutil
2.7.3
decimal
1.70
distutils
3.6.5
rc1
platform
1.0.8
ipaddress
1.0
six
1.11.0
json
2.0.9
csv
1.0
_csv
1.0
urllib
.
request
3.6
logging
0.5.1.2
matplotlib
2.1.1
pyparsing
2.2.0
cycler
0.10.0
numpy
1.14.5
numpy
.
core
1.14.5
numpy
.
core
.
multiarray
3.1
numpy
.
core
.
umath
b
'0.4.0'
numpy
.
lib
1.14.5
numpy
.
linalg
.
_umath_linalg
b
'0.1.5'
pandas
0.22.0
_libjson
1.33
platform
1.0.8
pyparsing
2.2.0
pytz
2018.5
re
2.2.1
six
1.11.0
urllib
.
request
3.6
zlib
1.0
#+
end_example
**
Setting
up
an
environment
with
pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment