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
7e1d8436
Commit
7e1d8436
authored
Sep 23, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
57c09f88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
resources.org
module4/ressources/resources.org
+1
-2
No files found.
module4/ressources/resources.org
View file @
7e1d8436
...
...
@@ -313,7 +313,7 @@ def print_imported_modules():
for
name
,
val
in
sorted
(
sys
.
modules
.
items
()):
if
(
hasattr
(
val
,
'__version__'
)):
print
(
val
.
__name__
,
val
.
__version__
)
else
else
:
print
(
val
.
__name__
,
"(unknown version)"
)
print
(
"**** Package list in the beginning ****"
);
...
...
@@ -321,7 +321,6 @@ print_imported_modules()
print
(
"**** Package list after loading pandas ****"
);
import
pandas
print_imported_modules
()
#+
end_src
#+
RESULTS
:
...
...
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