Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add how to print version / environment data to the contribution guideline #3198

Closed
medihack opened this issue Jan 10, 2018 · 2 comments
Closed
Milestone

Comments

@medihack
Copy link

In many of the issue messages I often see something like the below environment report. How do I get this? It should be somehow explained on the first page of the contributing guidelines that are linked at the top the new issue form.

{'commit_hash': '51ce9d73b',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/local/lib/python3.6/site-packages/IPython',
 'ipython_version': '6.0.0',
 'os_name': 'posix',
 'platform': 'Darwin-16.5.0-x86_64-i386-64bit',
 'sys_executable': '/usr/local/opt/python3/bin/python3.6',
 'sys_platform': 'darwin',
 'sys_version': '3.6.1 (default, Apr  4 2017, 09:40:21) \n'
                '[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)]'}
@takluyver
Copy link
Member

I think that format comes from print(IPython.sys_info()) in Python. You can also get similar information by running jupyter troubleshoot at the command line.

@jtpio
Copy link
Member

jtpio commented Jun 21, 2023

Closing as answered, thanks!

@jtpio jtpio closed this as completed Jun 21, 2023
@jtpio jtpio added this to the Reference milestone Jun 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants