Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
coderark
/
ipython
Public
forked from
ipython/ipython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ipython
IPython
kernel
launcher.py
on
master
User selector
All users
All time
Commit history
Commits on Mar 28, 2015
bigsplit: ipython_kernel
minrk
committed
c71dcbc
View commit details
Copy full SHA for c71dcbc
View code at this point
Browse repository at this point
move client code from IPython.kernel to jupyter_client
minrk
committed
73db018
View commit details
Copy full SHA for 73db018
View code at this point
Browse repository at this point
Commits on Dec 6, 2014
Convert parent handle to an int before setting environment variable
Show description for c928f4b
takluyver
committed
c928f4b
View commit details
Copy full SHA for c928f4b
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
deprecate IPY_INTERRUPT_EVENT
Show description for 2513486
minrk
committed
2513486
View commit details
Copy full SHA for 2513486
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
remove special handling of ipython_kernel in launcher
Show description for a31d882
minrk
committed
a31d882
View commit details
Copy full SHA for a31d882
View code at this point
Browse repository at this point
Commits on Oct 21, 2014
use `python -m IPython.kernel` in IPython kernelspec
Show description for d385846
minrk
committed
d385846
View commit details
Copy full SHA for d385846
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Simplify kernel manager code
takluyver
committed
a2ec27a
View commit details
Copy full SHA for a2ec27a
View code at this point
Browse repository at this point
Commits on May 12, 2014
Pass Windows interrupt event to kernels as an environment variable
Show description for 55b9868
takluyver
committed
55b9868
View commit details
Copy full SHA for 55b9868
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Add mechanism to specify environment variables in kernel spec
takluyver
committed
4e57d82
View commit details
Copy full SHA for 4e57d82
View code at this point
Browse repository at this point
Commits on Jan 22, 2014
Popen doesn't support unicode args on Windows Python 2
minrk
committed
742c8eb
View commit details
Copy full SHA for 742c8eb
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
add comment about argparse abbreviations
minrk
committed
d632b4f
View commit details
Copy full SHA for d632b4f
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
check prefixes for swallowing kernel args
Show description for 6d1194e
minrk
committed
6d1194e
View commit details
Copy full SHA for 6d1194e
View code at this point
Browse repository at this point
Commits on Mar 21, 2013
cast kernel cwd to bytes on Python 2 on Windows
Show description for 0ad2e21
minrk
committed
0ad2e21
View commit details
Copy full SHA for 0ad2e21
View code at this point
Browse repository at this point
Commits on Feb 3, 2013
Pass host environment on to kernel
Show description for 50969d5
robyoung
committed
50969d5
View commit details
Copy full SHA for 50969d5
View code at this point
Browse repository at this point
Commits on Jan 30, 2013
define and test IPython.kernel public API
minrk
committed
d18872e
View commit details
Copy full SHA for d18872e
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
mv IPython.zmq to IPython.kernel.zmq
minrk
committed
37f3225
View commit details
Copy full SHA for 37f3225
View code at this point
Browse repository at this point
test IPython.kernel
minrk
committed
896b92c
View commit details
Copy full SHA for 896b92c
View code at this point
Browse repository at this point
Commits on Mar 31, 2011
Removing old IPython.kernel Twisted based code.
ellisonbg
committed
b837f10
View commit details
Copy full SHA for b837f10
View code at this point
Browse repository at this point
Commits on Oct 10, 2010
Replacing some .items() calls with .iteritems() for cleaner conversion with 2to3.
takluyver
authored and
fperez
committed
edb052c
View commit details
Copy full SHA for edb052c
View code at this point
Browse repository at this point
Commits on Aug 12, 2010
Adding support for HasTraits to take keyword arguments.
ellisonbg
committed
a7c5280
View commit details
Copy full SHA for a7c5280
View code at this point
Browse repository at this point
Commits on Aug 10, 2010
First draft of refactored Component->Configurable.
ellisonbg
committed
1e1fe08
View commit details
Copy full SHA for 1e1fe08
View code at this point
Browse repository at this point
Commits on Feb 1, 2010
Fixing two small bugs in :mod:`IPython.kernel`.
Show description for 16ce76c
ellisonbg
committed
16ce76c
View commit details
Copy full SHA for 16ce76c
View code at this point
Browse repository at this point
Commits on Jan 30, 2010
Work to address the review comments on Fernando's branch.
Show description for 3eae137
ellisonbg
committed
3eae137
View commit details
Copy full SHA for 3eae137
View code at this point
Browse repository at this point
Commits on Nov 15, 2009
Fixing minor bugs in IPython.kernel.
Show description for 9e3db2d
ellisonbg
committed
9e3db2d
View commit details
Copy full SHA for 9e3db2d
View code at this point
Browse repository at this point
Commits on Nov 12, 2009
Fixing how the working directory is handled in kernel.
Show description for 86c5a33
ellisonbg
committed
86c5a33
View commit details
Copy full SHA for 86c5a33
View code at this point
Browse repository at this point
Minor fixes to get Win HPC support working fully.
bgranger
committed
3beaa5f
View commit details
Copy full SHA for 3beaa5f
View code at this point
Browse repository at this point
More work on the launchers and Win HPC support.
ellisonbg
committed
b4d67bf
View commit details
Copy full SHA for b4d67bf
View code at this point
Browse repository at this point
The cluster applications now have a working directory option..
Show description for b6b9116
ellisonbg
committed
b6b9116
View commit details
Copy full SHA for b6b9116
View code at this point
Browse repository at this point
Fixing a few bugs in the unicode path changes.
ellisonbg
committed
bb27010
View commit details
Copy full SHA for bb27010
View code at this point
Browse repository at this point
Beginning to transition all paths, files, dirs over to unicode.
Show description for 8303a10
ellisonbg
committed
8303a10
View commit details
Copy full SHA for 8303a10
View code at this point
Browse repository at this point
Commits on Nov 11, 2009
Initial version of Win HPC job scehduler support.
bgranger
committed
953d3f0
View commit details
Copy full SHA for 953d3f0
View code at this point
Browse repository at this point
Commits on Nov 8, 2009
Made ipcontroller/ipengine/ipcluster command locations configurable.
Show description for ecb9fa8
bgranger
committed
ecb9fa8
View commit details
Copy full SHA for ecb9fa8
View code at this point
Browse repository at this point
Fixing a few small things on Windows.
Show description for d79ca54
bgranger
committed
d79ca54
View commit details
Copy full SHA for d79ca54
View code at this point
Browse repository at this point
Commits on Nov 1, 2009
Work on default config files and docstrings.
Show description for 260a79d
ellisonbg
committed
260a79d
View commit details
Copy full SHA for 260a79d
View code at this point
Browse repository at this point
Commits on Oct 31, 2009
Changed the INT then KILL delay to 2 s to be a little more friendly.
ellisonbg
committed
dd899bf
View commit details
Copy full SHA for dd899bf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.