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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
forkkit
/
gophernotes
Public
forked from
gopherdata/gophernotes
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 19, 2020
freebsd: if compiled with Go >= 1.14, support loading third-party packages at runtime
Show description for 4ee426e
cosmos72
committed
4ee426e
View commit details
Copy full SHA for 4ee426e
Browse repository at this point
Commits on Jun 7, 2020
update dependencies to latest gomacro, fixes #208
cosmos72
committed
39e156a
View commit details
Copy full SHA for 39e156a
Browse repository at this point
update section [Limitations] in README.md
cosmos72
committed
060639a
View commit details
Copy full SHA for 060639a
Browse repository at this point
Commits on May 26, 2020
update gomacro dependency to version v0.0.0-20200523102612-cd4d5176e746
Show description for e4e83a8
cosmos72
committed
e4e83a8
View commit details
Copy full SHA for e4e83a8
Browse repository at this point
Commits on Apr 22, 2020
Merge branch 'Oshuma-issue-196'
cosmos72
committed
10097f0
View commit details
Copy full SHA for 10097f0
Browse repository at this point
shell commands: improve parsing and error messages
cosmos72
committed
1e54350
View commit details
Copy full SHA for 1e54350
Browse repository at this point
Implement stdout/stderr pipe to Jupyter kernel. Issue #196
Oshuma
committed
29b2c79
View commit details
Copy full SHA for 29b2c79
Browse repository at this point
Commits on Apr 13, 2020
First stab at implementing shell command. Issue #196
Oshuma
committed
7408543
View commit details
Copy full SHA for 7408543
Browse repository at this point
Commits on Mar 10, 2020
README.md: fix #200 add 'chmod +w ./kernel.json' to installation instructions
Show description for d8cdc38
cosmos72
committed
d8cdc38
View commit details
Copy full SHA for d8cdc38
Browse repository at this point
doc: update installation notes for Windows
sbinet
committed
7bdc956
View commit details
Copy full SHA for 7bdc956
Browse repository at this point
Commits on Feb 27, 2020
ci: drop Go-1.11, add Go-1.14
sbinet
committed
d5b4ed9
View commit details
Copy full SHA for d5b4ed9
Browse repository at this point
all: zmq -> zmq4
sbinet
committed
f86965e
View commit details
Copy full SHA for f86965e
Browse repository at this point
all: use pure-Go implementation of zmq4
Show description for 428fab0
sbinet
committed
428fab0
View commit details
Copy full SHA for 428fab0
Browse repository at this point
fix #199 Frequent kernel crashes if compiled with Go 1.14
cosmos72
committed
7faaaff
View commit details
Copy full SHA for 7faaaff
Browse repository at this point
Commits on Feb 26, 2020
go.mod: update gomacro to 20200226181501, fixes import of third-party packages on Go >= 1.14
cosmos72
committed
f4844bf
View commit details
Copy full SHA for f4844bf
Browse repository at this point
Commits on Jan 9, 2020
README.md: document '%go111module off' workaround to import packages that require cgo
cosmos72
committed
15a2814
View commit details
Copy full SHA for 15a2814
Browse repository at this point
Merge branch 'master' of https://github.com/gopherdata/gophernotes
cosmos72
committed
b4a03c0
View commit details
Copy full SHA for b4a03c0
Browse repository at this point
implement special commands %help and %go111module {on|off}
cosmos72
committed
ffed719
View commit details
Copy full SHA for ffed719
Browse repository at this point
Commits on Jan 2, 2020
Merge pull request #193 from kgeneral/master
Show description for e0041b6
cosmos72
authored
e0041b6
View commit details
Copy full SHA for e0041b6
Browse repository at this point
manually add content of @steele232 pull request https://github.com/gopherdata/gophernotes/pull/178
cosmos72
committed
97ba7c0
View commit details
Copy full SHA for 97ba7c0
Browse repository at this point
Update README.md
Show description for d0cc4dd
kgeneral
authored
d0cc4dd
View commit details
Copy full SHA for d0cc4dd
Browse repository at this point
Commits on Dec 8, 2019
version 0.6.1
cosmos72
committed
6124cc7
View commit details
Copy full SHA for 6124cc7
Browse repository at this point
use github.com/gofrs/uuid instead of github.com/satori/go.uuid
Show description for c1c08c9
cosmos72
committed
c1c08c9
View commit details
Copy full SHA for c1c08c9
Browse repository at this point
Commits on Dec 4, 2019
Merge pull request #190 from lakexyde/patch-1
Show description for 6806b5a
cosmos72
authored
6806b5a
View commit details
Copy full SHA for 6806b5a
Browse repository at this point
Commits on Dec 3, 2019
Update README.md
lakexyde
authored
02bac77
View commit details
Copy full SHA for 02bac77
Browse repository at this point
Commits on Dec 2, 2019
Merge pull request #189 from gopherdata/go1.11module
Show description for f601dca
cosmos72
authored
f601dca
View commit details
Copy full SHA for f601dca
Browse repository at this point
Commits on Dec 1, 2019
update Dockerfile* for Go 1.11 modules
cosmos72
committed
3a09b20
View commit details
Copy full SHA for 3a09b20
Browse repository at this point
Commits on Nov 30, 2019
update Windows build script for GO111MODULE
cosmos72
committed
37954c0
View commit details
Copy full SHA for 37954c0
Browse repository at this point
imports/a_package.go: do not rename imported package "github.com/cosmos72/gomacro/imports"
cosmos72
committed
53d9391
View commit details
Copy full SHA for 53d9391
Browse repository at this point
README.md: write more robust installation instructions for Linux and Mac OS X
cosmos72
committed
3b43e94
View commit details
Copy full SHA for 3b43e94
Browse repository at this point
Commits on Nov 28, 2019
update go.mod and go.sum
cosmos72
committed
c090149
View commit details
Copy full SHA for c090149
Browse repository at this point
* update go.mod to latest gomacro for runtime support of Go 1.11 modules:
Show description for d957030
cosmos72
committed
d957030
View commit details
Copy full SHA for d957030
Browse repository at this point
Commits on Oct 1, 2019
ci: drop Go-1.10 and 1.9, add Go-1.13 and 1.12
sbinet
committed
8a9de0d
View commit details
Copy full SHA for 8a9de0d
Browse repository at this point
all: add support for Go modules
Show description for 79c7916
sbinet
committed
79c7916
View commit details
Copy full SHA for 79c7916
Browse repository at this point
Commits on Jul 4, 2019
really fix #174: previous fix broke some imports, including "fyne.io/fyne/widget"
cosmos72
committed
a8228d6
View commit details
Copy full SHA for a8228d6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.