mirror of
https://github.com/wassname/blender_ipython.git
synced 2026-09-09 11:18:46 +08:00
initial commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
from os.path import abspath, dirname, join as pathjoin
|
||||
from IPython.frontend.html.notebook.notebookapp import launch_new_instance
|
||||
|
||||
sys.executable = pathjoin(dirname(abspath(__file__)), 'blender_ipython_kernel.py')
|
||||
|
||||
launch_new_instance()
|
||||
Reference in New Issue
Block a user