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
extensions
rmagic.py
on
master
User selector
All users
All time
Commit history
Commits on Jun 19, 2015
Remove old deprecated extensions.
Show description for 3842205
Carreau
committed
3842205
View commit details
Copy full SHA for 3842205
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
remove now-obsolete use of skip_doctest outside core
minrk
committed
02234da
View commit details
Copy full SHA for 02234da
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
remove simplegeneric from external
Show description for fc7d8a3
minrk
committed
fc7d8a3
View commit details
Copy full SHA for fc7d8a3
View code at this point
Browse repository at this point
Commits on Aug 11, 2014
Add URL to warning about rpy2
takluyver
committed
28bbb74
View commit details
Copy full SHA for 28bbb74
View code at this point
Browse repository at this point
Load rpy2.ipython for rmagic, print deprecation warning
takluyver
committed
5ac0642
View commit details
Copy full SHA for 5ac0642
View code at this point
Browse repository at this point
Commits on May 12, 2014
Close graphics dev in finally clause\ncloses #4408 (already closed)
davclark
committed
a2517fa
View commit details
Copy full SHA for a2517fa
View code at this point
Browse repository at this point
Commits on May 10, 2014
Make rmagic display call compatible with updated API
Show description for a01d41a
takluyver
committed
a01d41a
View commit details
Copy full SHA for a01d41a
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
Fix rmagic for cells ending in comment.
Show description for 6e3bf41
takluyver
committed
6e3bf41
View commit details
Copy full SHA for 6e3bf41
View code at this point
Browse repository at this point
Commits on Nov 14, 2013
Fix documentation of functions using magic_arguments
takluyver
committed
300ac3d
View commit details
Copy full SHA for 300ac3d
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Clean up converted code.
Show description for 91babb9
takluyver
committed
91babb9
View commit details
Copy full SHA for 91babb9
View code at this point
Browse repository at this point
Convert print statements to print function calls
Show description for e6afea5
takluyver
committed
e6afea5
View commit details
Copy full SHA for e6afea5
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Specify unicode type properly in rmagic
takluyver
committed
9ab3699
View commit details
Copy full SHA for 9ab3699
View code at this point
Browse repository at this point
Commits on Sep 15, 2013
Fixed formatting errors in rmagic R() docstring
Show description for ddcf4b0
davclark
committed
ddcf4b0
View commit details
Copy full SHA for ddcf4b0
View code at this point
Browse repository at this point
Commits on Sep 14, 2013
Initial updates to magics re: `%load_ext`, etc.
Show description for a3ae25a
davclark
committed
a3ae25a
View commit details
Copy full SHA for a3ae25a
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
removed unnecessary parentheses
gmbecker
committed
247f277
View commit details
Copy full SHA for 247f277
View code at this point
Browse repository at this point
moved printing logic to the R magic function (out of the eval function)
gmbecker
committed
08dab51
View commit details
Copy full SHA for 08dab51
View code at this point
Browse repository at this point
made docstrings clearer and more explicit/correct for eval and R methods
gmbecker
committed
986edb4
View commit details
Copy full SHA for 986edb4
View code at this point
Browse repository at this point
Add REPL-like printing to %%R cell magic
gmbecker
committed
f27c812
View commit details
Copy full SHA for f27c812
View code at this point
Browse repository at this point
Commits on Jul 2, 2013
Remove unused imports in IPython.extensions
takluyver
committed
5339919
View commit details
Copy full SHA for 5339919
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Display R errors without Python traceback
takluyver
committed
2628c73
View commit details
Copy full SHA for 2628c73
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
Refactor to prefer rpy2's pandas2ri conversion system.
takluyver
committed
e2ca7dc
View commit details
Copy full SHA for e2ca7dc
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
Convert string columns in dataframes to R factors
takluyver
committed
a29bd73
View commit details
Copy full SHA for a29bd73
View code at this point
Browse repository at this point
Allow pushing pandas DataFrames to R
takluyver
committed
cc9d2b0
View commit details
Copy full SHA for cc9d2b0
View code at this point
Browse repository at this point
Commits on Jan 9, 2013
Reset readline delimiters after loading rmagic.
Show description for 1d350ef
takluyver
committed
1d350ef
View commit details
Copy full SHA for 1d350ef
View code at this point
Browse repository at this point
Commits on Jan 8, 2013
Merge branch 'fix-rmagic'
takluyver
committed
e3f3a0c
View commit details
Copy full SHA for e3f3a0c
View code at this point
Browse repository at this point
Commits on Jan 2, 2013
More informative name error
rmcgibbo
committed
7872e73
View commit details
Copy full SHA for 7872e73
View code at this point
Browse repository at this point
Fix issue #2550
rmcgibbo
authored and
bfroehle
committed
3632cfb
View commit details
Copy full SHA for 3632cfb
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
Fix units / res args for *png* plotting device.
Show description for 14aacee
Donald Curtis
committed
14aacee
View commit details
Copy full SHA for 14aacee
View code at this point
Browse repository at this point
Commits on Nov 19, 2012
Fixed rmagic on Windows.
Show description for 995ece0
filmor
committed
995ece0
View commit details
Copy full SHA for 995ece0
View code at this point
Browse repository at this point
Commits on Oct 9, 2012
Extensions no longer responsible for checking if they are already loaded
takluyver
committed
6b078ed
View commit details
Copy full SHA for 6b078ed
View code at this point
Browse repository at this point
Commits on Oct 2, 2012
Get rid of global _loaded flags in extensions
takluyver
committed
fe8680d
View commit details
Copy full SHA for fe8680d
View code at this point
Browse repository at this point
Commits on Aug 21, 2012
Added functionality to %R and %octave magics so that -i first looks in local
Show description for 99483a2
guyhf
committed
99483a2
View commit details
Copy full SHA for 99483a2
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
Rename RMagicError to RInterpreterError
takluyver
committed
4efc9e9
View commit details
Copy full SHA for 4efc9e9
View code at this point
Browse repository at this point
Commits on Jun 6, 2012
Make Rmagic exceptions behave properly in Python 3
takluyver
committed
b02442c
View commit details
Copy full SHA for b02442c
View code at this point
Browse repository at this point
Commits on Jun 3, 2012
adding a comment about trailing semicolons
jonathan-taylor
committed
3d07a55
View commit details
Copy full SHA for 3d07a55
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.